I tried submitting about 70,000 IDs and it broke.
"Error: nanodbc/nanodbc.cpp:1617: 42000: [Microsoft][ODBC SQL Server Driver][SQL Server]The query processor ran out of internal resources and could not produce a query plan. This is a rare event and only expected for extremely complex queries or queries that reference a very large number of tables or partitions. Please simplify the query. "
If / when time allows, it might be nice to chop up large queries on the back end, bind the results, and spit them back to the user.
I tried submitting about 70,000 IDs and it broke. "Error: nanodbc/nanodbc.cpp:1617: 42000: [Microsoft][ODBC SQL Server Driver][SQL Server]The query processor ran out of internal resources and could not produce a query plan. This is a rare event and only expected for extremely complex queries or queries that reference a very large number of tables or partitions. Please simplify the query. "
If / when time allows, it might be nice to chop up large queries on the back end, bind the results, and spit them back to the user.