When using listRows with a 'select' query to limit the response [for performance], I'm still getting extra columns (eg. $id, $sequence, $createdAt, $updatedAt, $permissions, $databaseId, $tableId) for every row. I don't need/use this. Is there a option to set to not have this returned?
It add a lot of weight when returning 1000+ rows and you only need 2 columns. [I'm using the NodeSDK]
On a similar token... is there an options to "invert" a Query.select([column]) filter? Aka remove a column by name from the results?
Recommended threads
- CLI - get Database Totals
Is there a way with the Appwrite CLI to get table row totals (count)❓
- Is permission changes tied to the column...
Hi, I'm evaluating appwrite for a project and through reading the documentation (I haven't coded/tested anything yet, just trying to have a grasp of the basic f...
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...