Hey,

i have a little problem:
I made a little program in Python that saves IDs and byte offsets in a dictionary in order to be able to jump to a specific Datum (defined by the ID) and read only that Datum (without the need to iterate over all Datums). Now i want to add my dict somewhere to the avro file where i can access it without having to search for it. My first thought was to add it to the metadata, but i have to add the Datums first to know where my byte offsets are and as far as i know you can only add metadata to a file if there are no Datums in it.

Any suggestions how i can solve this problem?

Greetings Marius

Reply via email to