metadb-project / metadb

Metadb extends PostgreSQL with features to support analytics such as streaming data sources, data model transforms, and historical data
Apache License 2.0
8 stars 2 forks source link

Check performance of executor merge in duplicate row select #48

Closed nassibnassar closed 7 months ago

nassibnassar commented 1 year ago

Could execMergeData now use __id to avoid a second row lookup, if the column is indexed?