Skip to content

Explore alternate relational schemas #14

Description

@langston-barrett

treeedb currently generates two big tables: node and field. We should explore:

  1. Generating "narrow" instead of "wide" tables, e.g., node_kind, node_start_byte, etc. instead of just node.
  2. Splitting the tables based on the node kind - the generated Datalog code does this already, so it might be more efficient to do it up front.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions