Skip to content

Reduce amount of used ets tables #123

@Strech

Description

@Strech

In the current situation, the number of ets tables is proportional to the number of schemas. Every time we parse nested schema we create a new ets schema 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImprovement of existing functionality or request of improvementinternal APIAnything related to the internal API and implementations

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions