roapi/test_data
Thomas Peiselt ea84099b07
Lazy load delta: Support for large tables (#71)
* Allow for delta tables to be directly backed by storage.

Enables experimental support for delta tables that are too large to be
stored in memory. We directly expose `DeltaTable` instead of copying the
data into a datafusion::Memtable.

Disadvantages:
- in the new mode, no support for S3
- as we're relying on datafusion to handle the parquet files directly,
  nested schemas and certain data types may not work properly.
2021-09-06 00:56:55 -07:00
..
blogs-delta Lazy load delta: Support for large tables (#71) 2021-09-06 00:56:55 -07:00
blogs_flattened.parquet Lazy load parquet (#63) 2021-09-03 19:36:18 +00:00
blogs.parquet split project into roapi-http and columnq crates 2021-02-17 13:46:20 -08:00
spacex_launches.json support deriving table name from table uri 2021-07-22 23:38:28 -07:00
ubuntu-ami.json split project into roapi-http and columnq crates 2021-02-17 13:46:20 -08:00
uk_cities_with_headers.arrow add support for all Arrow IPC formats in roapi-http (#67) 2021-09-05 14:27:09 -07:00
uk_cities_with_headers.arrows add support for all Arrow IPC formats in roapi-http (#67) 2021-09-05 14:27:09 -07:00
uk_cities_with_headers.csv split project into roapi-http and columnq crates 2021-02-17 13:46:20 -08:00