Retoor software development Projects Research SearchXNG
Register Sign In

2 lines
30 B
Python
Raw Normal View History

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-14 16:46:36 +02:00
# retoor <retoor@molodetz.nl>
Reference in New Issue Copy Permalink
f424d02523
devplacepy/tests/api/admin/containers/projects/__init__.py
Response time: 41ms
Mail Licenses API