Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tomcam
on Sept 4, 2017
|
parent
|
context
|
favorite
| on:
Writing a SQLite clone from scratch in C
> (We were able to recover through log replay...)
I call that a win! What was the logging mechanism--something bespoke? What was your solution?
icedchai
on Sept 4, 2017
[–]
It was bespoke: a proprietary system that essentially used an append-only file containing each transaction request and response.
tomcam
on Sept 4, 2017
|
parent
[–]
Very nice. Good planning.
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:
I call that a win! What was the logging mechanism--something bespoke? What was your solution?