Ringloop / mr-plow

Minimal memory usage, cloud native logstash alternative
Apache License 2.0
28 stars 3 forks source link

Perform parallel inserts #9

Closed feed3r closed 2 years ago

DarioBalinzo commented 2 years ago

Each index is already handled in a dedicated goroutine, and the elastic client uses already some parallelism. So, we only need to configure the maximum parallelism among bulk insert in indexer.go, and let the user control it.