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.
我正在对新数据库应用索引(大多数表上没有记录)
除了考虑过滤条件之外,我应该使用什么方法。我是否应该按降序索引记录,因为任何使用数据的窗口/Web 应用程序大部分时间都会访问新创建的记录。
我应该按升序保留主数据吗?
这取决于您将如何访问您的数据。
如果您要按 DESC 比 ASC 更频繁地对其进行排序,那么请创建您的聚集索引 DESC。将索引视为快速参考 - 将其设置为尽可能接近您最常查询表的方式以获得最佳结果。