Content deleted Content added
m Website Speed Optimization: Tips for Optimizing Website Speed? Tags: Reverted Visual edit |
rmv non-WP:RS : blog post |
||
Line 15:
; Storage techniques: How to store the index [[data]], that is, whether information should be data compressed or filtered.
; Index size: How much [[Computer data storage|computer storage]] is required to support the index.
; Lookup speed:
; Maintenance: How the index is maintained over time.<ref>Cutting, D., Pedersen, J.: Optimizations for dynamic inverted index maintenance. Proceedings of SIGIR, 405-411, 1990.</ref>
;Fault tolerance: How important it is for the service to be reliable. Issues include dealing with index corruption, determining whether bad data can be treated in isolation, dealing with bad hardware, [[partition (database)|partitioning]], and schemes such as [[hash function|hash-based]] or composite partitioning,<ref>[http://dev.mysql.com/doc/refman/5.1/en/partitioning-linear-hash.html Linear Hash Partitioning]. MySQL 5.1 Reference Manual. Verified Dec 2006</ref> as well as [[Replication (computer science)|replication]].
|