I have a web application that requires a lot of queries, like 200 queries a
second.  And they're mostly running ST_Within on large data.  Should I just
load the data into memory to do the calculations ( I'm using java)  or keep
them in postgres and run the queries?  I don't know if database already
doing caching.  
-- 
View this message in context: 
http://old.nabble.com/Run-on-database-or-not--tp26494921p26494921.html
Sent from the PostGIS - User mailing list archive at Nabble.com.

_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to