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.
我的团队正在开发的一些应用程序将需要范围查询。
Oracle NoSQL 数据库中的索引是 BTree 吗?在其中一个文档中,它提到它是一个“有序地图”。
这是否意味着它不能支持范围查询?
请指教。
是的,Oracle NoSQL 数据库使用 B 树并支持范围查询。