paleolimbot commented on PR #24:
URL: https://github.com/apache/sedona-db/pull/24#issuecomment-3258723379

   When I run 
   
   ```python
   import duckdb
   
   duckdb.load_extension("spatial")
   duckdb.sql(
       "SELECT count(*) FROM 
'submodules/geoarrow-data/microsoft-buildings/files/microsoft-buildings_point_geo.parquet'
 WHERE ST_Intersects(geometry, geometry)"
   ).to_arrow_table()
   ```
   
   ...I see Activity Manager reporting 900% CPU usage (query runs in 30s). I'll 
check the benchmark too in a bit.


-- 
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]

Reply via email to