djpetti / MALLARD

Store image objects to MinIO object storage and metadata to MySQL database. Easily store and retrieve using metadata.
Apache License 2.0
0 stars 0 forks source link

Multiple queries should result in field-wise OR-ing instead of unions. #25

Closed djpetti closed 1 year ago

djpetti commented 1 year ago

This is less intuitive, but allowing users to request unions of arbitrary queries has some non-negligible performance implications. Furthermore, the only place where this capability is actually used right now is for searching, and this would work just as well (and be much more efficient) if we made this change.

djpetti commented 1 year ago

Not actually complete. I accidentally put the wrong issue number in the commit message.