NoSQL Database Query Process
June 30, 2020Understanding how RavenDB queries data
Once upon a time a query was just a simple Select statement. Whether it was a stored procedure, a view or a function it always ended up in one single big SQL statement that was executed by a user upon request.
Everything always happened at the point of select.
Unfortunately, the modern world brought…