Closed yozlet closed 8 years ago
https://www.elastic.co/guide/en/elasticsearch/reference/1.4/docs-bulk.html http://www.rubydoc.info/gems/elasticsearch-api/Elasticsearch/API/Actions#bulk-instance_method
related:
after some profiling, I do not think ES bulk import would improve the ES speed. 80% of indexing time is spent in marshaling the CSV data.
See #295
https://www.elastic.co/guide/en/elasticsearch/reference/1.4/docs-bulk.html http://www.rubydoc.info/gems/elasticsearch-api/Elasticsearch/API/Actions#bulk-instance_method
related: