ehsanix Member Sep 21, 2014 #1 Hello, I have libmemcached configured and I am using it for session caching as well (config.php settings) So I was wondering why I have still lots of queries like this? Code: Waiting for table level lock | INSERT INTO xf_session_activity ...
Hello, I have libmemcached configured and I am using it for session caching as well (config.php settings) So I was wondering why I have still lots of queries like this? Code: Waiting for table level lock | INSERT INTO xf_session_activity ...
MattW Well-known member Sep 24, 2014 #3 xf_session_activity is already a MEMORY table, and doesn't use the session caching. It's where current user activity is stored. @Mike posted a fix for this if your site is large: https://xenforo.com/community/threads/user-online-feature-degrading-database-performance.82725/
xf_session_activity is already a MEMORY table, and doesn't use the session caching. It's where current user activity is stored. @Mike posted a fix for this if your site is large: https://xenforo.com/community/threads/user-online-feature-degrading-database-performance.82725/