Restream / reindexer

Embeddable, in-memory, document-oriented database with a high-level Query builder interface.
https://reindexer.io
Apache License 2.0
763 stars 64 forks source link

random sorting? #81

Open szonov opened 1 year ago

szonov commented 1 year ago

Is it possible to make query with some criteria and select only N (for example 10) records sorted in random order? Something similar to mysql select id from table order by rand() limit 10

graveart commented 1 year ago

Currently there is no such thing in Reindexer. However, we have this feature in our backlog, so it will be added one day