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.
是否有可能使用 Fluent NHibernate 在 SQLite 数据库上设置 R-tree? 我读到有一个新表创建为 r-tree 索引,所以我将拥有数据表和索引表。我将如何达到我的查询首先在索引表中搜索然后结果将与数据表连接的情况?