opensource: del.icio.us tag/opensource
Software
SQL
MySQL
opensource
databases
system:has:development
development:menu
How often do we think about our http sessions implementation? I mean, do you know, how your currently used sessions-related code will behave when sessions number in your database will grow up to millions (or, even, hundreds of millions) of records? This is one of the things we do not think about. But if you’ll think about it, you’ll notice, that 99% of your session-related operations are read-only and 99% of your sessions writes are not needed. Almost all your sessions table records have the same information: session_id and serialized empty session in the data field.
Looking at this sessions-related situation we have created really simple (and, at the same time, really useful for large Rails projects) plugin, which replaces ActiveRecord-based session store and makes sessions much more effective. Below you can find some information about implementation details and decisions we’ve made in this plugin, but if you just want to try it, then check out our project site.
Tags: rails, sessions, fast, performance, mysql, innodb, plugin
Development
Software
on
Tips
Projects
databases
fast-sessions
Development
Documentation
Software
tool
Programming
design
databases
Software
xml
libraries
cataloging
organization
databases
classification
opensource: del.icio.us tag/opensource
Software
MySQL
sysadmin
opensource
freeware
utilities
databases
Documentation
Software
Database
tool
Programming
db
databases
opensource: del.icio.us tag/opensource
Documentation
Software
Database
tool
Programming
db
databases