Y
Hacker News
new
|
ask
|
show
|
jobs
by
agscala
5009 days ago
This has nothing to do with the client library, so it would not matter which language you use to interface with MongoDB.
1 comments
DanWaterworth
5009 days ago
As I understand it, it has everything to do with the client library, some clients may call getLastError on every operation and raise errors when they occur, for example.
link
omni
5009 days ago
PyMongo, for instance, can do this for most operations by passing safe=True.
link
agscala
5009 days ago
Oh, I thought the original article was saying that MongoDB itself would not send an error down if it was "full".
link