Re: MetaData caching in Village

2010-08-15 Thread Thomas Fischer
> > That caching in schema is the one that I remembered a month ago. It's a > > pity that the connection is not provided in the constructor QueryDataSet > > (ResultSet resultSet). Thed most difficult task is to create an adequate > > key for caching, as one can connections to multiple databases, an

Re: svn commit: r985704 - in /db/torque/village/trunk: pom.xml src/java/com/workingdogs/village/Column.java src/java/com/workingdogs/village/QueryDataSet.java src/java/com/workingdogs/village/Schema.j

2010-08-15 Thread Thomas Vandahl
Hi folks, On 15.08.10 18:48, t...@apache.org wrote: > Author: tv > Date: Sun Aug 15 16:48:43 2010 > New Revision: 985704 > > URL: http://svn.apache.org/viewvc?rev=985704&view=rev > Log: > Attempt to solve the meta-data caching issues. The current preliminary > solution tries to use a schema from

svn commit: r985704 - in /db/torque/village/trunk: pom.xml src/java/com/workingdogs/village/Column.java src/java/com/workingdogs/village/QueryDataSet.java src/java/com/workingdogs/village/Schema.java

2010-08-15 Thread tv
Author: tv Date: Sun Aug 15 16:48:43 2010 New Revision: 985704 URL: http://svn.apache.org/viewvc?rev=985704&view=rev Log: Attempt to solve the meta-data caching issues. The current preliminary solution tries to use a schema from the existing schemaCache but does not (yet) create new schema entri

Re: MetaData caching in Village

2010-08-15 Thread Thomas Vandahl
On 12.08.10 09:39, Thomas Fischer wrote: > That caching in schema is the one that I remembered a month ago. It's a > pity that the connection is not provided in the constructor QueryDataSet > (ResultSet resultSet). Thed most difficult task is to create an adequate > key for caching, as one can conn