Retoor software development Projects Research SearchXNG
Register Sign In

21 lines
201 B
Plaintext
Raw Normal View History

feat: add user_id index to profiles table for faster lookups The new index on the `user_id` column in the `profiles` table improves query performance when filtering or joining by user identifier, reducing full table scans during profile retrieval operations.
2026-05-12 15:07:34 +02:00
.git
.gitignore
__pycache__
*.pyc
.pytest_cache
screenshots
devplace.db
devplace.db-shm
devplace.db-wal
feat: add user_id index to profiles table for faster lookups The profiles table previously lacked an index on the user_id column, causing full table scans during user lookups. This change adds a B-tree index on user_id to improve query performance for profile retrieval operations.
2026-06-13 21:06:43 +02:00
data
var
feat: add user_id index to profiles table for faster lookups The new index on the `user_id` column in the `profiles` table improves query performance when filtering or joining by user identifier, reducing full table scans during profile retrieval operations.
2026-05-12 15:07:34 +02:00
.env
.venv
node_modules
.opencode
locustfile.py
locustresults.html
*.md
tests
.DS_Store
Reference in New Issue Copy Permalink
08b3ad3921
devplacepy/.dockerignore
Response time: 203ms
Mail Licenses API