|
|
|
|
|
by wenc
407 days ago
|
|
If the data is in Parquet they are already indexed in a sense. No further indexing necessary. If they are stored in DuckDB’s native format (which I don’t use), it supports some state of the art indices. https://duckdb.org/docs/stable/sql/indexes.html I find Parquet plenty fast though. |
|