tshea113 / budget-board

A web app for managing monthly budgets and net worth
GNU General Public License v3.0
1 stars 0 forks source link

Request transactions by page #133

Open tshea113 opened 3 weeks ago

tshea113 commented 3 weeks ago

Currently we request all transactions when we query, and as the amount for a user grows, it makes the queries take very long. We should update the request to just request for the month or for paginated chunks.

tshea113 commented 1 week ago

Also this: https://learn.microsoft.com/en-us/ef/core/querying/single-split-queries