From 8180def799364427aed6abf68b847be9f0b665a7 Mon Sep 17 00:00:00 2001 From: Guillem Borrell Date: Mon, 23 Jan 2023 14:06:39 +0000 Subject: [PATCH] Sometimes you can be lazy, sometimes you can't --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a624a0..d9d2f92 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ On a very very old machine (Intel(R) Core(TM) i5-6500T CPU @ 2.50GHz), this take ## Caveats -1. `dr` uses Polars to build and transform dataframes in Rust, and the entire table has to be loaded in memory. At the time when `dr` was created, streaming support didn't get along very well with SQL contexts. +1. `dr` uses Polars to build and transform dataframes in Rust, and the entire table may be loaded in memory. At the time when `dr` was created, streaming support didn't get along very well with SQL contexts. 2. `dr` uses Polars' SQLContext to execute the query which supports a small subset of the SQL language.