Y
Hacker News
new
|
ask
|
show
|
jobs
by
pjc50
4388 days ago
Isn't that what an SQL query planner does?
1 comments
AaronFriel
4388 days ago
Yes, but this is for non-SQL systems, and it does quite a bit more. It's more like an ORM in this respect, because it weaves together the query planning and processing part which handles retrieving data, and the execution of operating on that data.
link