Skip to content
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

perf: reduce the number of records reads from database to 1 #557

Open
1 task
Tracked by #247
yort-feng opened this issue Mar 14, 2023 · 0 comments
Open
1 task
Tracked by #247

perf: reduce the number of records reads from database to 1 #557

yort-feng opened this issue Mar 14, 2023 · 0 comments
Assignees

Comments

@yort-feng
Copy link

yort-feng commented Mar 14, 2023

Now it is recursive to get the data of all linked records, if there are many related datasheets, there will be a large number of database reads.

Goal

We can reduce the number of records reads from the database to 1 after the persistence of the field/record relationship

Tasks

  • reduce the number of records reads from the database to 1
@yort-feng yort-feng changed the title reduce the number of records' reads from database to 1 feat: reduce the number of records' reads from database to 1 Mar 14, 2023
@yort-feng yort-feng changed the title feat: reduce the number of records' reads from database to 1 feat: reduce the number of records reads from database to 1 Mar 14, 2023
@yort-feng yort-feng changed the title feat: reduce the number of records reads from database to 1 perf: reduce the number of records reads from database to 1 Mar 14, 2023
@yort-feng yort-feng self-assigned this Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant