Rank 2: Process
why appwrite (console) shows only 5k documents, but there is more then 10k documnets
Votes
0
Replies
18
Participants
Unknown
Messages
19
Rank 2: Process
why appwrite (console) shows only 5k documents, but there is more then 10k documnets
There is an hard limit on regular pagination. up to 5K only.
Rank 2: Process
is there is any way to search documents on console
I don't think so
Rank 2: Process
and for deleting all documents in single click
Also, I think the only to delete is by ID.
It would be nice if you can empty collection.
For now you can
As for any database action I recommend you back up every thing before.
Rank 2: Process
How can i make backup.
Rank 2: Process
ok,
Rank 2: Process
How to use index for asc and dsc with respect to time
Didn't got it
Rank 2: Process
means, how can i arrange my data in ascending order using time stamp,
You can use one of these queries
Rank 2: Process
can i also use index?
You can use the attribute on if it is an index one then it will work faster
But as of version 1.3.0 it will work in any case.
Rank 2: Process
ok, what is the use of Key and Full Text in index Type, as i am only aware with Unique
Rank 2: Process
$createdAt this is my attribute which is in build attribute from appwrite, tried this but not working.
Rank 2: Process
this is working thanks
Admin
[SOLVED] why appwrite (console) shows only 5k documents, but there is more then 10k documnets