Sample Header Ad - 728x90

Is there possible chache query or save it in memory in MySql? Mayby Should I use something other?

0 votes
1 answer
56 views
I have complicated query (some joins and ordering), that I want to execute very often. Results of query can change very rarely. Query gets words form given language and category sorted by frequency, so it have two parameters - language and category. I heart about materialized views, or databases in memory, bu I do not have experience enough to consider cons and props in reasonable way. I want to have possibility execute this query for these parameters, and next not execute it until I decide manually, that it must be refreshed. In practice, all application based on executing this query many times, so I do not know if can I create one view in memory, when database use innodb. I can change mysql on something else, and innodb too if is it recommended.
Asked by Daniel (209 rep)
Dec 5, 2016, 10:28 PM
Last activity: Dec 6, 2016, 01:14 AM