Welcome Guest, Not a member yet? Register   Sign In
db based session HEAP tables vs native PHP sessions
#1

[eluser]Iksander[/eluser]
Anybody have experience with MySQL HEAP tables for db sessions vs native php session handling?

I like the cleanliness of db tables - but the overhead of writing/reading from disk every time a user hits my site is unappealing; HEAP tables are the obvious route (with a MyISAM table periodically backing up the HEAP table) for this - but, if native PHP sessions are significantly faster; I may just use that instead.




Theme © iAndrew 2016 - Forum software by © MyBB