Y
Hacker News
new
|
ask
|
show
|
jobs
by
trevorriles
4272 days ago
Good post! Looking forward to your next post about how indexes are handled.
1 comments
pat_shaughnessy
4272 days ago
Thanks :) Yea indexes are where some of the real "magic" of database servers happens. It will be fun to write that up...
link
preillyme
4272 days ago
Yeah I'm excited to read about indexes in PostgreSQL. Indexes also add overhead to the database system as a whole, so they should be used sensibly — I'm looking forward to seeing your approach for good index candidates.
link