Mysql Database
Meningkatkan performansi:
1. pilih tipe table innodb
2. tuning my.ini untuk innodb server
3. sebelum melakukan proses query data besar lakukan perintah ini:
FLUSH STATUS;
RESET QUERY CACHE;
SET GLOBAL query_cache_size=100000000;
SET GLOBAL sort_buffer_size=100000000;
1. pilih tipe table innodb
2. tuning my.ini untuk innodb server
3. sebelum melakukan proses query data besar lakukan perintah ini:
FLUSH STATUS;
RESET QUERY CACHE;
SET GLOBAL query_cache_size=100000000;
SET GLOBAL sort_buffer_size=100000000;
<< Beranda