petern48 opened a new issue, #196: URL: https://github.com/apache/sedona-db/issues/196
In most cases when running th pytest-benchmark, we only run one function. The current code creates all of these tables for each of the three engines, regardless of whether the table or engine is used. https://github.com/apache/sedona-db/blob/abcd1409bc35cb2ef7f69bbba708cbb6984720fc/benchmarks/test_bench_base.py#L30-L78 We create only the tables that are requested (e.g `polygon_simple`) and only for the engines that are requested (e.g DuckDB, SedonaDB, PostGIS). DuckDB and PostGIS aren't always used because they don't always support the function being benched. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
