I'm not sure what kind of database requirements you have. But in my tests using queries performing multiple joins on several tables containing between 1 million and 9 million rows each, Rev cgi completely blew away Java and relational databases:
http://lists.runrev.com/pipermail/use-revolution/2008-January/106071.html If you need multi-user/multi-application update/insert access to the data, then Rev is probably not the right solution. For other situations, I would say don't dismiss Rev's native data structures without thorough testing of the speed differences when compared to a RDBMS. Bernard On 2/7/08, Hershel Fisch <[EMAIL PROTECTED]> wrote: > > Another option is to use a conventional flat file database (i.e. text > > file). I've been using that with Rev cgi with no problem. > I don¹t think that it will work with a million record plus, db. > > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
