Building on benchmarking in #51, we can increase CSV ingest speed.
Especially lazy loading / Coupling of CSV Parsing and DB Ingest could be a bottleneck and could be parallelized.
This branch will explore options to increase speed and provide new benchmark results.
Ressources
|
var future = async ? executor.submit(() -> { |
<< for how to parallelize
Building on benchmarking in #51, we can increase CSV ingest speed.
Especially lazy loading / Coupling of CSV Parsing and DB Ingest could be a bottleneck and could be parallelized.
This branch will explore options to increase speed and provide new benchmark results.
Ressources
linkedfactory-pod/bundles/io.github.linkedfactory.core/src/main/java/io/github/linkedfactory/core/kvin/memtable/KvinMemTable.java
Line 314 in c4186a0
<< for how to parallelize