Closed
Description
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:
- waste of disk space
- waste of memory
- unnecessary band-width utilization
- waste of CPU cycles
- issues 1 -through- 4, can lead to considerable & even noticeable increase in latency (responsiveness)
- issues 1 -through- 4, (especially when using a Platform as a service) eventually (for a PaaS, quite quickly) translate to additional operating expenses
- absurd clutter when looking at the data
- 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
Labels
No labels