Not only is sorting by descending @timestamp what users usually want when querying data streams, but it's also faster than sorting by _score when querying large amounts of data thanks to optimizations to skip shards that only contain old data. Could we make it the default?
Not only is sorting by descending
@timestampwhat users usually want when querying data streams, but it's also faster than sorting by_scorewhen querying large amounts of data thanks to optimizations to skip shards that only contain old data. Could we make it the default?