AlexanderSaydakov commented on issue #378: URL: https://github.com/apache/datasketches-cpp/issues/378#issuecomment-1611825772
No, only immutable compact Theta sketches can be serialized. This is intentional to discourage bad practices such as serializing and deserializing after each update. I would suggest structuring your process in such a way that the input is processed in batches (or partitions), and each such batch produces a compact sketch. Later those compact sketches can be merged (union operation). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
