You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a known issue with Postgres called slow counting. Counting can be an expensive operation so we provide an estimate count to allow for scalability.
Issue Description
I am currently using Parse Server with PostgreSQL as the database. Problem is, for some classes count is always returning 0 even if there are objects.
Steps to reproduce
Ref: https://docs.parseplatform.org/js/guide/#counting-objects
Here is a sample screenshot of the mismatched User count.
https://imgur.com/a/J3Q9N3p
Expected Results
Provide the actual count of the objects in a Class.
Actual Outcome
Returns 0
Environment Setup
Server
Database
Logs/Trace
The text was updated successfully, but these errors were encountered: