Skip to content

bench(berlinmod): single canonical query file; SRID-consistent Points load#196

Open
estebanzimanyi wants to merge 1 commit into
MobilityDB:mainfrom
estebanzimanyi:feat/berlinmod-canonical-queries
Open

bench(berlinmod): single canonical query file; SRID-consistent Points load#196
estebanzimanyi wants to merge 1 commit into
MobilityDB:mainfrom
estebanzimanyi:feat/berlinmod-canonical-queries

Conversation

@estebanzimanyi
Copy link
Copy Markdown
Member

The BerlinMOD benchmark runs the 17 R-queries from a single
berlinmod_r_queries.sql derived from berlinmod_r_queries_portable.sql.
The only DuckDB-specific additions are ::GEOMETRY casts on MEOS return
values passed to DuckDB spatial functions and ::WKB_BLOB casts on DuckDB
GEOMETRY columns passed to MEOS functions. The runner parses the file by
-- QN: markers and injects .mode csv/.output per query; explain mode wraps
each query with EXPLAIN ANALYZE in-process, eliminating the per-query
explain files. Points.Geom is constructed via ST_Transform to EPSG:3857,
consistent with the trips coordinate system.

@estebanzimanyi estebanzimanyi force-pushed the feat/berlinmod-canonical-queries branch from 5a1e6f4 to a7162d3 Compare June 7, 2026 13:25
… load

The BerlinMOD benchmark runs the 17 R-queries from a single
berlinmod_r_queries.sql derived from berlinmod_r_queries_portable.sql.
The only DuckDB-specific additions are ::GEOMETRY casts on MEOS return
values passed to DuckDB spatial functions and ::WKB_BLOB casts on DuckDB
GEOMETRY columns passed to MEOS functions.  The runner parses the file by
-- QN: markers and injects .mode csv/.output per query; explain mode wraps
each query with EXPLAIN ANALYZE in-process, eliminating the per-query
explain files.  Points.Geom is constructed via ST_Transform to EPSG:3857,
consistent with the trips coordinate system.
@estebanzimanyi estebanzimanyi force-pushed the feat/berlinmod-canonical-queries branch from a7162d3 to 1894b5b Compare June 7, 2026 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant