Hey, I'm looking into streaming table updates into a memory mapped file ( C++ ) I think I have everything I need ( MemoryMappedFile output streamer, RecordBatchStreamWriter ) but I don't understand how to properly create the memmap file. It looks like it requires you to preset a size to the file when you create it, but since ill be streaming I don't actually know how big a file im going to need... Am I missing some other API point here? Any reason why size is required up front and the memmap doesn't auto-grow as needed?
Thanks in advance - Rob DISCLAIMER: This e-mail message and any attachments are intended solely for the use of the individual or entity to which it is addressed and may contain information that is confidential or legally privileged. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, copying or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and permanently delete this message and any attachments.