Y
Hacker News
new
|
ask
|
show
|
jobs
by
t-writescode
601 days ago
In PostgreSQL you can create indexes concurrently, so the database doesn't have to go down to create a new index:
https://www.postgresql.org/docs/current/sql-createindex.html...