TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

Explore adding cache to the DB #116

Closed yonzarecki closed 7 years ago

yonzarecki commented 7 years ago

In this issue we'll explore how to add caching capabilities to the database, we'll write our research results here and open a new issue for implementation.

tonylekhtman commented 7 years ago

Might be helpful link

tonylekhtman commented 7 years ago

Anther important link

tonylekhtman commented 7 years ago

Enabled cache, it was done through the settings of the mysql server. The settings i set are: query_cache_type = 1(must) query_cache_size = 16M (can be modified due to requirements).

If someone wants to change the size setting they can contact me.