Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以保证 JSONB 保持插入它们的 json 属性的顺序?
更新:在文档中,我发现它对 json 键进行排序以提高效率。
如果我的钥匙永远是第一个,我该怎么办?
选项是使用jsonYSQL 中的字段,该字段仅在插入时进行验证。
json
在 YCQL 上,您必须使用TEXT列并手动进行转换。
TEXT