On Sunday, January 29, 2017 at 12:44:57 PM UTC-5, Mike Orr wrote: > > I sometimes use a separate database connection with autocommit for > logging, but I do it in a request finalizer. I also do it in a > separate database because the database becomes large and other > applications use it too. >
This has to be done in real time to work correctly. my logging tables for this type of stuff are on a separate backup strategy, and quickly cleared out - there's no need for them after a reconciliation is done. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/3307e6fc-581b-4bfe-afd3-0a64d8ad80bc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
