Unless you find a way to cache the query results the queries are going to be slow - specially if you are doing precise calculations. Another trick would be to use your database only as a fallback when the webservice is not available
Cheers Tarique On Tue, Feb 1, 2011 at 2:02 AM, Dave Maharaj <[email protected]> wrote: > Just wondering is anyone has used the geonames database with cake but > with own database, not thru webservices? > > > > I know it’s a monster database in size but I do not like the idea of using > a service that’s not on my own server. If it goes down then it affects my > site so just curious if anyone has implemented it? > > > > I have the db setup and basic model / controller to test out queries, but > my way takes much longer than the webservices version so just curious if > anyone has had any success? > > > > Thanks, > > > > Dave > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php > -- ============================================================= Cheesecake-Photoblog: http://cheesecake-photoblog.org PHP for E-Biz: http://sanisoft.com ============================================================= -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
