Comments - Build index on large table

6 years, 5 months ago Petr Rozsypal

Have you tried to use partitioning as well? Have you tried setting innodb to use multiple threads? I work for https://semtix.cz/ and we are managing a 3TB table for a client - this would not work without fine-tuning things related to storage engine... Indexes are one thing, fast storage is the second (and more important).

 
6 years, 5 months ago Jeff Dyke

i would second partitioning if you're dealing with tables of this significant size and not using the galera plugin, as that is a non-starter, i'm not positive about multiple threads as this usually becomes a I/O bound operation, but I'm not managing a lot of 3TB tables these days.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.