[rt-devel] What's the reason to don't use InnoDB for sessiondata?

Ruslan U. Zakirov cubic at acronis.ru
Mon Aug 4 08:22:46 EDT 2003


        Hello.
Subj.
shcema.mysql
# sessions is used by Apache::Session to keep sessions in the database.
# We should have a reaper script somewhere.
 
CREATE TABLE sessions (
    id char(32) NOT NULL,
    a_session LONGTEXT,
    LastUpdated TIMESTAMP,
    PRIMARY KEY (id)
);
Any points and suggestions?
            Best regards. Ruslan.




More information about the Rt-devel mailing list