You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Why is SQLite GROUP_CONCAT() so slow when run locally?
resolved by adding indices to e.g. createSSURGO()
2. Generalize temporary table conversion
Further development following #246; I think I have figured out an approach to handle TODO item 2, that with indexing of the temp tables may resolve item 1.
EDIT: indexing of the tables alone resolves item 1, temporary tables are a much more involved fix for many different queries
The text was updated successfully, but these errors were encountered:
brownag
changed the title
Implements dsn and SQLite<->T-SQL compatible syntax for get_SDA_*() methods
Implement SQLite/T-SQL compatible syntax for get_SDA_*() methods
May 13, 2022
createSSURGO()
Further development following #246; I think I have figured out an approach to handle TODO item 2, that with indexing of the temp tables may resolve item 1.
EDIT: indexing of the tables alone resolves item 1, temporary tables are a much more involved fix for many different queries
The text was updated successfully, but these errors were encountered: