top of page
Rectangle 19 (2).png

SUPPORT/
TECHNICAL
ASSISTANCE TROUBLESHOOTING:

Specialist in online lens sales

Rectangle 27.png

01

Context:

The customer has a server dedicated to its MySQL database with over 2 million records and is experiencing a period of high traffic following the launch of its activities. It has a read-only MyISAM table for user search queries, the performance of which is degrading significantly and it would like to resolve this very quickly and permanently.

Rectangle 27.png

02

Problem solving approach:

Developed and tested several approaches to optimising and improving the performance of searches on the MyISAM table in question, including :

  • reducing the RAM size

  • Loading all MyISAM indexes into memory (RAM)

  • converting all VARCHARs to CHARs

  • using the cache

Rectangle 27.png

03

Result:

Improve read performance by ~25% by fixing the table data size (approach 3 -> FIXED CHAR).

Rectangle 27.png

04

Technical stack used:

MysSQL, Linux

Use case spitzkop (17).png
Rectangle 20 (1).png
bottom of page