
Extra features such as sum and group are needed for Appwrite Query. Is there a plan for this or could these features come in future versions?
Or how can I solve these problems like creating a view in the database?

Hi,

You might want to see this https://github.com/appwrite/appwrite/discussions/3545 It is hard to say the exact time when we introduce new queries but you can leave your thoughts here.

For now you can use sum() from listDocuments, which is capped at 5000.


If you need exact count, you can write a function that runs every t minutes, and it paginates over all the documents. That will give you exact count.
Recommended threads
- Attribute creation stuck at processing f...
Hey Appwrite community! 👋 I'm running into a persistent issue with my self-hosted Appwrite installation (v1.6.1) where programmatically creating attributes fo...
- Could not open input file: /usr/src/code...
I updated my selfhosted instance to `1.6.2` and the new service (`appwrite-task-stats-resources`) failed to start. The only log message I see is: ``` Could not ...
- Appwrite MCP queries
how to user queries with appwrite mcp without getting `Appwrite Error: Invalid query: Syntax error`? database_list_documents function with such query: ``` { ...
