MySQL Tabloya Partition Eklemek

MySQL veritabanı tablomuzu content_id temelli olarak 10 partition a böler.

SQL sorgularında hızlanmaya sebep olur.

ALTER TABLE app_content partition by hash(content_id) partitions 10;

Leave a Reply

Your email address will not be published. Required fields are marked *