Hi,

I set dynamicPrecision = "static".

It works! Thanx.

Greetings
Sebastian

Emmanuel Cecchet wrote:
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


_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to