Importing a model with 3000 inline records is 20x slower with ES enabled :|
➜ time node import.js
node import.js 0,19s user 0,05s system 12% cpu 1,841 total
➜ import-geojson time node import.js
node import.js 0,17s user 0,05s system 0% cpu 37,006 total
Importing a model with 3000 inline records is 20x slower with ES enabled :|
See https://github.com/spiral-project/daybed.js/pull/28
See refresh param https://github.com/spiral-project/daybed/blob/1.0.1/daybed/indexer.py#L117
See #213