[query] Explore SQLite join restrictions #115

Open
opened 2020-08-06 16:55:09 +00:00 by gburd · 0 comments
gburd commented 2020-08-06 16:55:09 +00:00 (Migrated from github.com)

SQLite has an internal limit on the number of joins allowed in a query: 64. We should find out if that limits us to 64 clauses in a query, and if so think about ways to avoid that.

SQLite has an internal limit on the number of joins allowed in a query: 64. We should find out if that limits us to 64 clauses in a query, and if so think about ways to avoid that.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: greg/mentat#115
No description provided.