Strabon
changeset 255:4d7431f4f012
removed accidentally monolithic storing scheme
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Tue Jun 05 17:00:02 2012 +0300 (2012-06-05) |
parents | dc8fa496e733 |
children | 60f9e710025f |
files | runtime/src/main/java/eu/earthobservatory/runtime/postgis/Strabon.java |
line diff
1.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/postgis/Strabon.java Tue Jun 05 16:57:37 2012 +0300 1.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/postgis/Strabon.java Tue Jun 05 17:00:02 2012 +0300 1.3 @@ -28,7 +28,7 @@ 1.4 postGIS_store.setPassword(password); 1.5 postGIS_store.setPortNumber(port); 1.6 postGIS_store.setServerName(serverName); 1.7 - postGIS_store.setMaxNumberOfTripleTables(1); 1.8 + postGIS_store.setMaxNumberOfTripleTables(2048); 1.9 init(); 1.10 logger.info("[Strabon] Initialization completed."); 1.11 }