]
Ramesh Reddy commented on TEIID-3731:
-------------------------------------
Why not use Postgres all the way, implement whatever is missing?
Introduce an alternative protocol to lessen the usage of java
serialization
---------------------------------------------------------------------------
Key: TEIID-3731
URL:
https://issues.jboss.org/browse/TEIID-3731
Project: Teiid
Issue Type: Feature Request
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.0
Even with heavy usage of externalizable there is still an overhead to java serialization
blocking and reference tracking. With custom object input/output we can eliminate the
need for java serialization with most messages.
This however would need to work beside the existing java serialization protocol for
backwards compatibility.