Hi Sebastian, I think that what is taking a long time is the schema fetching. Try to replace:
<DatabaseSchema dynamicPrecision="all" gatherSystemTables="false"/>
with <DatabaseSchema dynamicPrecision="table" gatherSystemTables="false"/>
As SingleDB does not need a schema to work, you could also try to set the precision to 'static' even if you don't define statically the schema.
Keep us posted with your progress, Emmanuel -- Emmanuel Cecchet Chief Scientific Officer, Continuent Blog: http://emanux.blogspot.com/ Open source: http://www.continuent.org Corporate: http://www.continuent.com Skype: emmanuel_cecchet Cell: +33 687 342 685 _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
