Trying to use duckdb to perform some filters/groupbys on a parquet file and send a lot of data to a browser. Aprox 100mb of data was being sent to a browser. Found that the API was quite slow - and was looking for options to make it faster.
Frameworks being used:
- Chrome 133.x
- Angular 18.x
- Python 3.11.x
- Flask 3.0.x