hugetim
November 16, 2023, 12:27pm
1
Can we please have a search_by_ids
method, a batch get_by_ids
? It would save me from having to reorganize all my Data Tables and create my own id columns:
I don’t know of a way to do that more efficiently.
I know some folks don’t like to use the built-in row ids and instead create their own ‘id’ columns, and maybe this is one reason why. If you restructured your tables that way, you could get all the rows in a single search
call to the database with an any
query on that ‘id’ column.
This would be a natural addition to the Accelerated Tables Beta’s batch add, update, and delete rows features .
3 Likes