in reply to Strategy for managing a very large database with Perl

Have you considered any of the NOSQL databases, such as Redis? Also, since you are using Postgres, maybe ask on their user lists... the guys who maintain the database often answer themselves.



The mantra of every experienced web application developer is the same: thou shalt separate business logic from display. Ironically, almost all template engines allow violation of this separation principle, which is the very impetus for HTML template engine development.

-- Terence Parr, "Enforcing Strict Model View Separation in Template Engines"

  • Comment on Re: Strategy for managing a very large database with Perl