Vikunja not ready for huge number of list and tasks becasue of inefficient queries #1188

Open
opened 2022-06-19 18:53:20 +00:00 by k2s · 0 comments
Contributor

Use my DB generator or download pre-generated database (99MB, >90.000 lists, >600.000 tasks).

Following problems were identified:

  • the lists are not paginated on UI
    • we need to add pagination
  • DB in queries are not optimised and fail on huge datasets
    • they should be rewritten to subqueries
Use my [DB generator](https://kolaente.dev/k2s/populate-vikunja) or download [pre-generated database](https://drive.google.com/file/d/1QTmqzUfep5vT3VgS_RraaBUtAMoFyV7D/view?usp=sharing) (99MB, >90.000 lists, >600.000 tasks). Following problems were identified: * the lists are not paginated on UI * we need to add pagination * DB `in` queries are not optimised and fail on huge datasets * they should be rewritten to subqueries
konrad added the
kind/bug
kind/feature
labels 2022-06-19 21:09:53 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1188
No description provided.