#[CLOSED] Access cassandra engine for groupbys and queries
5 messages · Page 1 of 1 (latest)
Could you explain further what you are trying to achieve? 😅
accesing the database engine so i can do groupby and count queries. Appwrite uses cassandra no?
Appwrite uses MariaDB, and unless you self-host, you can't do that.
Instead, you should count things with functions by having a separated collection or with the provided/included result number when you list documents (limited to 5k I think 🤔)
[SOLVED] Access cassandra engine for groupbys and queries