graphql-engine/server/src-lib/Hasura
Auke Booij 99963a78c2 server: reduce memory usage during type collection by using a more concrete effect stack
Replaces one instance of `mtl`-style effects with `transformers`-style, as this results in a measurable reduction in memory usage. The change is kept completely within one module.

https://github.com/hasura/graphql-engine-mono/pull/1944

GitOrigin-RevId: 587b8e61725bb4a505404bbe741185759b7bceeb
2021-08-24 09:16:15 +00:00
..
Backends server/postgres: optimize SQL query generation with LIMITs 2021-08-17 17:03:08 +00:00
Base Clean some instances 2021-07-30 15:43:32 +00:00
Cache server: remove remnants of query plan caching (fix #1795) 2021-07-27 11:52:43 +00:00
Eventing server: add support for tagged and dynamic metrics 2021-08-05 21:08:17 +00:00
GraphQL server: reduce memory usage during type collection by using a more concrete effect stack 2021-08-24 09:16:15 +00:00
Incremental server: inherited roles for mutations, remote schemas, actions and custom functions 2021-08-09 10:21:05 +00:00
Metadata server: fix cron trigger bug of new events not getting generated when cron trigger is imported via metadata 2021-05-26 16:20:19 +00:00
RQL server: Adding support for TLS allowlist by domain and service id (port) 2021-08-24 07:37:25 +00:00
Server server: Adding support for TLS allowlist by domain and service id (port) 2021-08-24 07:37:25 +00:00
SQL kill Arbitrary (fix #1736) 2021-07-30 07:55:37 +00:00
App.hs server: Adding support for TLS allowlist by domain and service id (port) 2021-08-24 07:37:25 +00:00
EncJSON.hs Remote schema execution logic 2021-08-06 13:40:37 +00:00
GC.hs server: simplify shutdown logic, improve resource management (#218) (#195) 2020-12-21 18:56:57 +00:00
HTTP.hs improve debug information in actions errors response (close #4031) (#4432) 2020-04-24 13:25:51 +05:30
Incremental.hs Build the GraphQL context after pruning dangling dependents 2020-01-30 18:17:29 -06:00
Logging.hs server: generalized LogQueryLog (fix #708) 2021-03-13 14:41:44 +00:00
Prelude.hs Add fancier trace debugging functions to Hasura.Prelude 2021-08-12 19:33:56 +00:00
QueryTags.hs server: SQL query tags for GQL operations (closes #400) 2021-07-29 08:30:10 +00:00
Session.hs kill Arbitrary (fix #1736) 2021-07-30 07:55:37 +00:00
Tracing.hs Remote Schema Customization take 2 using parser tranformations 2021-07-30 11:33:59 +00:00