On Fri, 30 Mar 2012 06:40:39 -0000, "nathanelrick" <[email protected]> wrote: > http://www.addsimplicity.com/downloads/eBaySDForum2006-11-29.pdf > > No business logic in database > no stored procedure > only very simple triggers (default population) > > Move CPU intensive work to applications > Referential integrity > joins > sorting
Which doesn't really work when a database is used by different systems. > Extensive use of prepared statements and variables > > and yes you are right they move their C++/ISAPI to JAVA :) by the way that > a curious choice ... Why would that be a curious choice? Mark
