Few Inserts from different sessions

Hi, all! Is it possible to run 2+ insertions of data in parallel from different sessions? For example, first insert into from first session, second insert into from second session and that they write data in parallel?
At now such insertions from different sessions write data sequentially: second session with insert waits for first session, when the first session ends then second session starts to insert data into .

The question is resolved. I created new chunks and insert new data in each chunk separately.

1 Like

Very smart Lux! Probably this type of solution should be embedded into language frameworks to support fast throughput!

1 Like