如何提高海量数据的查询效率?
请教:在已建立的表中,每天需要插入上百万条数据,如何提高其查询效率? 维护好索引一般就够了。 版本高点的话,考虑分区? 回复 4# dw0620可以!
至少减少争用! 如果仅仅提升查询的话,据说换成IQ会很好 dol locking, partitioning, indexing, cache binding, isolation level for read tran 很多方法了,取决你的应用如何了 继续请教:如果使用表分区的话,Sybase15支持动态添加分区以及分区切换吗?就像SqlServer 中的split range和switch to似的?
页:
[1]