Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
eesmith
on Sept 15, 2022
|
parent
|
context
|
favorite
| on:
TIL–Python has a built-in persistent key-value sto...
FWIW, it was added in 1992.
https://github.com/python/cpython/commit/dd9ed839d6958f73704...
with gdbm added in 1994.
https://github.com/python/cpython/commit/4b4c664d2e93279c8d7...
.
im3w1l
on Sept 15, 2022
[–]
The article makes it sound like it's something to consider today (well 2018), that's why I think it's fair to see how well it satisfies modern requirements.
ok123456
on Sept 15, 2022
|
parent
|
next
[–]
If you just need a simple key value store that stays on disk, it's fine.
jonnycomputer
on Sept 15, 2022
|
parent
|
prev
[–]
requirements
for what
is the question. "modern requirements" doens't mean that much.
im3w1l
on Sept 16, 2022
|
root
|
parent
[–]
Without transactions the data can become corrupt in case power fails / the process is killed / the container is restarted.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: