Skip to content

For a class with a declared @Edge annotation, there is no need to store any type-related properties/columns, because it causes numerous issues & inefficiencies (for graphs) #71

Closed
@haqer1

Description

@haqer1

For a class with a declared @Edge annotation, there is no need to store any type-related properties/columns, because it causes numerous issues & inefficiencies (for graphs), such as:

  1. waste of disk space
  2. waste of memory
  3. unnecessary band-width utilization
  4. waste of CPU cycles
  5. issues 1 -through- 4, can lead to considerable & even noticeable increase in latency (responsiveness)
  6. issues 1 -through- 4, (especially when using a Platform as a service) eventually (for a PaaS, quite quickly) translate to additional operating expenses
  7. absurd clutter when looking at the data
  8. issue 7 will most likely have a negative effect on developer & DB admin productivity: by inhibiting concentration on useful data due to presence of a lot of useless data
    etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions