elastic-gremlin
elastic-gremlin copied to clipboard
Don't use Scroll API
Apparently the ES Scroll API is not supposed to be used for OLTP situations. https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html
Should we keep it as-is, or revert to regular queries, or enable both options?