[rt-devel] What's the reason to don't use InnoDB for sessiondata?
Jesse Vincent
jesse at bestpractical.com
Mon Aug 4 12:37:36 EDT 2003
There's no reason not to use innodb for session data.
On Mon, Aug 04, 2003 at 04:22:46PM +0400, Ruslan U. Zakirov wrote:
> 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.
>
> _______________________________________________
> rt-devel mailing list
> rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel
>
--
http://www.bestpractical.com/rt -- Trouble Ticketing. Free.
More information about the Rt-devel
mailing list