|
|
|
|
|
by anupsing_ai
62 days ago
|
|
Data gets written to WAL first before memory and then persisted to disk. on restarts, it restores to memory and continues. the benefit comes from the architecture. each cell is supposed to be a dedicated compute for a single user. |
|