Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
phsr
on Dec 27, 2013
|
parent
|
context
|
favorite
| on:
PostgreSQL indexing in Rails
You can also create indexes concurrently, using `algorithm: :concurrently` when creating the index[1]. You can't create concurrent indexes within a transaction, so be sure to call `disable_ddl_transaction!` in your migration definition.
[1]:
https://github.com/rails/rails/commit/2d33796457b139a58539c8...
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1]: https://github.com/rails/rails/commit/2d33796457b139a58539c8...