A financial services firm ingests trade data and needs near-real-time aggregations with minimal indexing latency. Which refresh strategy best meets this need?
-
A
Set refresh_interval to -1 to disable
-
B
Keep default 1s refresh interval
-
C
Set refresh_interval to 30s and call _refresh via API after bulk loads
-
D
Use index.translog.durability=async