我目前正在开发一个项目,需要在数据库中存储和查询数据,并且我正在探索不同的数据格式以确定最合适的选项。具体来说,我正在考虑 JSON、BSON、JSONB 以及可能的其他格式。但是,我不确定这些格式之间的差异以及它们对于我的用例的优缺点。
以下是我的一些具体问题:
https://blog.ferretdb.io/pjson-how-to-store-bson-in-jsonb/ https://community.sisense.com/t5/knowledge/postgres-vs-mongodb-for-storing-json-data-which-should-you/ta-p/111 https://www.bytebase.com/blog/postgres-vs-mongodb/ https://www.forestadmin.com/blog/jsonbs-in-postgres-and-more/