walkable-server / walkable

A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
https://walkable.gitlab.io/
Eclipse Public License 2.0
445 stars 14 forks source link

Take ideas from Hasura for further query optimization #153

Open thenonameguy opened 5 years ago

thenonameguy commented 5 years ago

Just putting this on your radar, performance could be further improved for this library if you decided to include Postgres specific extensions. https://dzone.com/articles/architecture-of-a-high-performance-graphql-to-sql

myguidingstar commented 5 years ago

Thanks a lot. I am aware of these techniques. Btw, EDN uses namespaced keywords which are unique in all over the system. That offers several clues for caching in many levels.