Y
Hacker News
new
|
ask
|
show
|
jobs
by
myth17
1052 days ago
Can you explain: What does it mean to be constructed on disk?
1 comments
nikita
1052 days ago
This means that the index is persisted in Postgres pages which are durable against restarting Postgres. Our previous version what fully in-memory and wasn't "durable".
link