-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
IndexingIndexing, Bulk Indexing and anything related to indexingIndexing, Bulk Indexing and anything related to indexingPerformanceThis is for any performance related enhancements or bugsThis is for any performance related enhancements or bugsdistributed frameworkenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request
Description
Is your feature request related to a problem? Please describe.
Today, if we write multiple primitives/objects to our streams, we've observed that the objects get duplicated always. We can save a lot of network and serialization/deserialization CPU if we can de-dup based on the references using a.
Describe the solution you'd like
Something similar to HandleTable in ObjectOutputStream used in JDK
Describe alternatives you've considered
Write custom logic for data structures and objects but that may not cover all the use cases.
Additional context
Metadata
Metadata
Assignees
Labels
IndexingIndexing, Bulk Indexing and anything related to indexingIndexing, Bulk Indexing and anything related to indexingPerformanceThis is for any performance related enhancements or bugsThis is for any performance related enhancements or bugsdistributed frameworkenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request