-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
SchemaCache dosen't work #6473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is |
SELECT * FROM "_SCHEMA"
querySELECT * FROM "_SCHEMA"
query continually
Sorry. I changed the title and updated query log. |
getAllClasses function is called again and again.
I think caching has a problem. |
SELECT * FROM "_SCHEMA"
query continually
|
Refer #6476 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
called continually. with
SELECT * FROM "_SCHEMA"
And DB Connection increased also.
I found this query from the parse server source
I am not sure why this happens and what is wrong with my code. So I shared my issue.
Query log
Steps to reproduce
PostgreSQL RDS <=> EC2 Parse Server with LiveQuery
Redis <=>
I am using
Parse.Object.registerSubclass
Parse Classes as below.Expected Results
Do not call
SELECT * FROM "_SCHEMA"
query continuallyActual Outcome
Environment Setup
Server
Database
Logs/Trace
No Parse log
The text was updated successfully, but these errors were encountered: