I noticed an issue when one of my tables reached over ~800 rows. That table is relational to my users table
Within the console I am able to view the table with over 500 rows, but when viewing the users table I get 400 Invalid query: Query on attribute has greater than 500 values: $id, This only happens in the console or when I use listRows while querying one of the columns in the 500+ rows table. (I cant check but my guess is 1 user has over 500+ themselves) Which I know I can use paging, although this directly affects the console.
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Rec'd a "phishing" email that apparently...
I received an email attempting to convince me that my password expired - and the link wanted to send me to an appwrite instance: (https://updating-projects-ads....
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...