[root:dev_tempstorage_db] select length(value) from caches; +---------------+ | length(value) | +---------------+ | 67694 | +---------------+
The problem was not caused by a distinction between text and blob cols, but rather by the maximum colsize of these types. Changing to either longtext or longblob will equally solve the problem. Would it be a good addition to have beaker create medium or maybe even longblobs for the value column? How would you implement locking in the case of mulitple app servers? Currently each app server uses its own set of lockfiles. Is it conceivable and preferable that locking is done in the database for ext:database namespaces? If so I might look into it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
