Hi,

why con't you just read out all the meatdata you need only at startup and 
create some kind of repository which you hold then in RAM?

Best regards,
Rainer


Am Mittwoch, 10. November 2004 10:16 schrieb Michael Gerzabek:
> Hi,
>
> my name is Michael Gerzabek. I'm from an Austrian Consulting Company. We've
> implemented a small mobile application to support field service processes.
>
> We use Cocoon as webapplication server. Doing the client pages we used a
> self written form framework that edited directly into XML. As project went
> on it tourned out that editing XML's is veeery slow so we decided to use
> HSQLDB.
>
> This was a very good decision. HSQLDB is very powerful and very fast. So
> our customer is ver happy with the new version. Thanks a lot to the team!
>
> What I'm curious about:
>
> We've quite a lot MetaData to each field in the database schema that
> enables us automated rendering of input fields and tables. When querying
> HSQLDB for each row in ResultSetMetaData the enhanced MetaData is read from
> some extra components and merged into a custom class.
>
> But as the database schema is static, there could be a dramatic performance
> bost if one could get the extended MetaData from the ResultSetMetaData
> itself directly.
>
> My question now is, ist there a way to include a custom implementation of
> ResultSetMetaData?
>
> Best Regards,
> Michael
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for FREE
> LinuxWorld Reader's Choice Award Winner for best database on Linux.
> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> _______________________________________________
> hsqldb-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/hsqldb-developers


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
hsqldb-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers

Reply via email to