-
-
Notifications
You must be signed in to change notification settings - Fork 37
Reduce amount of used ets tables #123
Copy link
Copy link
Open
Labels
enhancementImprovement of existing functionality or request of improvementImprovement of existing functionality or request of improvementinternal APIAnything related to the internal API and implementationsAnything related to the internal API and implementations
Metadata
Metadata
Assignees
Labels
enhancementImprovement of existing functionality or request of improvementImprovement of existing functionality or request of improvementinternal APIAnything related to the internal API and implementationsAnything related to the internal API and implementations
In the current situation, the number of
etstables is proportional to the number of schemas. Every time we parse nested schema we create a newetsschema that goes into recursion.Despite that fact we already have a cache on top of the schema resolution which is a single place for all schemas after they are resolved we don't leverage it.
It will allow us to reduce coding in related issue #115
TODO
etstables #124