XF 1.3 How to switch MEMORY-engined tables to memcached?

You will probably just want to switch them to InnoDB in that case. They're just memory tables to avoid hitting the disk as they're mostly for temporary information.
 
You will probably just want to switch them to InnoDB in that case. They're just memory tables to avoid hitting the disk as they're mostly for temporary information.
Yes, but that would create some latency.
Searching for some possible workaround, expecting to keep those counters in memory as result (for better DB response latency).
 
Top Bottom