On Tue, Jan 19, 2010 at 7:24 AM, Karl <[email protected]> wrote: > I am thinking of using a temporary table, most likely sqlite in memory > table.
This will work, but take note it will only work for a single dyno, and the contents of the table will disappear periodically when the dyno is cycled. If you add a worker or a second dyno, now you'll have two in-memory tables which don't match. Adam
-- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
