Pipelining
Pipelining
ZIO Query detects parts of composite queries that can be combined together for fewer individual requests to the data source
Batching
Batching
ZIO Query detects parts of composite queries that can be executed in parallel without changing the semantics of the query
Caching
Caching
ZIO Query can transparently cache read queries to minimize the cost of fetching the same item repeatedly in the scope of a query
Welcome to ZIO Query
ZIO Query helps you dramatically reduce load on data sources and improve performance
Compared with Fetch, ZIO Query supports response types that depend on request types, does not require higher-kinded types and implicits, supports ZIO environment and statically typed errors, and has no dependencies except for ZIO