Re: MetaData caching in Village

2010-08-16 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, and these

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

RE: MetaData caching in Village

2010-08-12 Thread Thomas Fischer
I'm currently trying to fix that long outstanding problem of excessive meta-data access in Village. I find that I could need some net.wisdom. So if someone could try to reproduce/confirm my thoughts I'd be grateful. - The problem is most probably in Column.populate() Seems a fair guess,

MetaData caching in Village

2010-08-11 Thread Thomas Vandahl
Hi folks, I'm currently trying to fix that long outstanding problem of excessive meta-data access in Village. I find that I could need some net.wisdom. So if someone could try to reproduce/confirm my thoughts I'd be grateful. - The problem is most probably in Column.populate() - Obviously, some