Hi Ignite Team,

I am working in a Node.js 20 environment and using Ignite 2.16 to
communicate with Ignite via the REST API. My application primarily performs
SQL operations on tables.

While Ignite provides excellent performance when creating and inserting
into one table at a time around (0.2 seconds), I am encountering
performance issues when attempting to create a large number of tables in
parallel. Specifically, it takes approximately 15 seconds to create 100
tables simultaneously.

I suspect this delay is due to the synchronous nature of table creation in
Ignite. My application requires the ability to create and insert into
multiple tables concurrently, and we are not using persistence for storage.
Increasing the number of server nodes does not seem to improve the parallel
table creation time.

Is there a configuration setting or approach that can enable more efficient
parallel table creation in Ignite?

Thank you for your assistance.

Best regards,
Ayush Tripathi

Reply via email to