mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-31 03:46:56 -05:00
Every task creation looks for rows with the same position in the view to resolve conflicts. Without an index on position that scans all positions of the view, so creating n tasks in one project costs O(n²) row reads - the second half of the slow import in #3297.