Zubin, I never used external indexing library. Tha database i am using is mysql & programming language is Php. Which one is good for this? Zend search ? that would require me to use zend framework. at this point of time i can't use any framework.
Best Regards, Sumit > -------Original Message------- > From: Zubin Wadia <[email protected]> > Subject: Re: [twincling] myisam vs innodb > Sent: 13 Jan '09 22:14 > > Why can't you go ahead and use innodb and externalize the Full-text Indexing > to Lucene or any other indexing library? > > Cheers, > > Zubin. > > > > > Hi, > > > > myisam has full-text indexing, innodb doesn't. > > innodb has transaction support, commits and rollbacks, myisam lacks these. > > But unfortunately i need both. > > Is there a way to achieve transactions in myisam? > > > > Best Regards, > > Sumit > > > > > > > > ------------------------------------ > > ----------------------------------------------------------- > Twincling Technology Foundation > freedom of innovation > http://www.twincling.org/ > ----------------------------------------------------------- > Yahoo! Groups Links > > > >

