Welcome Guest, Not a member yet? Register   Sign In
Why is the "ci_sessions" table type MyISAM?
#12

[eluser]RaZoR LeGaCy[/eluser]
Table holding only 1500 records.

I have on every page load from ci_sessions. One select statement and 5 updates.

Should I switch my session class, if so then to what session? Can I fix the session class?

I use Freakauth_light with it's own session (http://www.koders.com/php/fid8728438C6B3...px?s=login).
Can I just drop it and use another session like http://codeigniter.com/wiki/Session_Hybrid/


Output from profiler

Code:
TOP OF PROFILER
SELECT * FROM (`ci_sessions`) WHERE `session_id` = '248d49d92b046c60ee69245c0dfc63a9' AND `last_activity` > 1280855860  Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 · Speed: 0.001 ms
UPDATE `ci_sessions` SET `last_activity` = 1280863060, `user_agent` = 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv', `ip_address` = 'XX.XXX.XX.XXX', `session_data` = 'DATA:I REMOVED FOR SECURITY}' WHERE session_id = '248d49d92b046c60ee69245c0dfc63a9'
UPDATE `ci_sessions` SET `last_activity` = 1280863060, `user_agent` = 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv', `ip_address` = 'XX.XXX.XX.XXX', `session_data` = 'DATA:I REMOVED FOR SECURITY}' WHERE session_id = '248d49d92b046c60ee69245c0dfc63a9'
UPDATE `ci_sessions` SET `last_activity` = 1280863060, `user_agent` = 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv', `ip_address` = 'XX.XXX.XX.XXX', `session_data` = 'DATA:I REMOVED FOR SECURITY' WHERE session_id = '248d49d92b046c60ee69245c0dfc63a9'


MIDDLE OF PROFILER
UPDATE `ci_sessions` SET `last_activity` = 1280863060, `user_agent` = 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv', `ip_address` = 'XX.XXX.XX.XXX', `session_data` = 'Removed for security}' WHERE session_id = '248d49d92b046c60ee69245c0dfc63a9'
UPDATE `ci_sessions` SET `last_activity` = 1280863060, `user_agent` = 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv', `ip_address` = 'XX.XXX.XX.XXX', `session_data` = 'REMOVED FOR SECURITY}' WHERE session_id = '248d49d92b046c60ee69245c0dfc63a9'


Messages In This Thread
Why is the "ci_sessions" table type MyISAM? - by El Forum - 01-21-2009, 01:43 PM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 01-21-2009, 10:35 PM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 01-21-2009, 11:03 PM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 01-22-2009, 12:48 AM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 01-22-2009, 01:01 AM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 02-10-2010, 06:45 AM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 02-10-2010, 07:26 AM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 08-03-2010, 10:00 AM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 08-03-2010, 10:18 AM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 08-03-2010, 11:31 AM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 08-03-2010, 12:44 PM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 08-03-2010, 01:50 PM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 08-03-2010, 03:54 PM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 08-03-2010, 05:07 PM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 08-04-2010, 12:39 AM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 08-04-2010, 02:00 AM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 08-04-2010, 03:11 PM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 08-04-2010, 03:22 PM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 08-04-2010, 09:34 PM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 09-09-2010, 06:24 PM
Why is the "ci_sessions" table type MyISAM? - by El Forum - 09-10-2010, 12:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB