mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
611 B
611 B
Get a query plan for a listRows call without executing it. Useful for diagnosing slow reads and verifying that the indexes you created on a table are actually being used.
Takes the same parameters as listRows. Returns one plan entry per physical query Appwrite would have run — including the per-relationship fetches that listRows issues sequentially when your query selects related fields. Internal storage details (the permission companion table, the metadata system table, internal column names) are stripped from the output, so the response only references your tables and $-prefixed attributes.