*** mysql + partitioning ***
On behalf of http://dev.mysql.com/doc/refman/5.7/en/ ... oning.html ;]
Sorry for imgs, but forum tags are bugged.
EDK has some big tables: http://c2n.me/3u4MB6V.png (lol, yeah. my kb not so big)
Some of them with datetime field: http://c2n.me/3u4Q0Cp.png
I tried to create partition based on datetime field, but have error: http://c2n.me/3u4QU76.png
This optimization can help with big data tables, because users fetch only index page and some pages ago. So we can split table for current month / week and "all others". Queries will run faster.
First of all i must to change field type to timestamp, but what EDK will think about this changes?
*** mysql + memcache ***
Okey, 2nd... Memcache and multi-kb instances.
I have 3 boards on my server. File cache is ok, but not enough

Can you add KB_SITE or database name to memcache key as prefix? This will help with servers with one memcahe instance.
For example, this will fix my problem: http://www.evekb.org/forum/viewtopic.ph ... 391#p49391
I think I can make the changes myself, but i can break something as usual ::facepalm::