มาดูว่า utf8_general_ci กับ utf8_unicode_ci ต่างกันอย่างไร
มาดูกันนะครับว่าใน mysql นั้นเราควรที่จะตั้งค่าการเข้ารหัสอักขระเป็น utf8_unicode_ci หรือ utf8_general_ci ไปดูกันเลยนะครับ โดยเอาผลการทดสอบมาแปะเลยดีกว่าครับ benchmark_simple_select() with utf8_general_ci: 9957 ms benchmark_simple_select() with utf8_unicode_ci: 10271 ms In this benchmark us...
อ่านต่อ