June 18, 2013

Post: PHP Sessions - Files vs Database Based

PHP level, which means they also will be serialized for single user on database level. If you change to store PHP sessions in MySQL instead this effect may be no more true and you may have number of requests executing for the same session… old file based session behavior with MySQL Sessions ? If you have dedicated connection to session database and use Innodb tables for your session storage you…

Post: Read/Write Splitting with PHP Webinar Questions Followup

… presentation on “Read/Write Splitting with PHP” for Percona Webinars.  If you missed it… queries. Q: Is RBR faster replicating vs SBR replication?  RBR is faster than statement …depends how you store $_SESSION.  I have audited sites that stored $_SESSION in the MySQL database for persistence…

Comment: PHP Sessions - Files vs Database Based

PHP Sessions – Files vs Database Based Dicas para utilização de mysql como “session handler”. Notei um dia desses que php 5.2 (não… por padrão e com isso, suporte a sqlite como “session handler”. Verei algum esquema em breve para compartilhar sessão…

Comment: PHP Sessions - Files vs Database Based

[...] PHP Sessions – Files vs Database Based | MySQL Performance Blog Share and [...]