Aurash Behbahani
Aurash Behbahani
Docs specify that for append datasets refresh_set_interval is not used. See: https://docs.spiceai.org/reference/spicepod/datasets " Optional. How often data should be refreshed. For append datasets without a specific time_column, this config is...
@Jeadie to create ticket to DuckDB repo.
https://github.com/duckdb/duckdb-rs/issues/305
Update - it did complete. It took 177 seconds. Data was correct in the end, but performance was very slow.
select id from sample_table order by id desc; Time: 86.631347333 seconds. 500/1099923705 rows displayed.
Fixed in #1946