I would like to store a number in Apache CouchDB, what is the maximum value that one is able to store?
Asked
Active
Viewed 146 times
1 Answers
3
Couchdb stores JSON. So the biggest number it can store is the biggest number allowed in JSON. Which is 9007199254740992
Try inserting a 9007199254740993 in couchdb via futon and it will immediately revert it back to 9007199254740992.

Community
- 1
- 1

Akshat Jiwan Sharma
- 15,430
- 13
- 50
- 60