Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
3.2.0-incubating, 3.1.2-incubating
-
None
-
None
Description
In https://issues.apache.org/jira/browse/TINKERPOP-1343, I was saying that it would be nice to have the element id type be known so we can do writeObject() as opposed to writeObjectAndClass(). I think we could do some good with a hiearchy of classes like:
ReferenceIntVertex
ReferenceLongVertex
ReferenceVertex (Object -- what we have now)
ReferenceUUIDVertex
...
...likewise for Edge, VertexProperty...
This will save us an extra 32-bits (4 byte int) on the serialization of messages during OLAP message pass as that is all ReferenceXXX based.
Attachments
Issue Links
- is related to
-
TINKERPOP-1564 Distributed OLTP Traversals and the Introduction of Partition Concept
- Closed