Relative Content

Tag Archive for upsertapache-pinot

In Pinot where is the memory map reqired for Upsert Primary Key Updation stored?

Pinot offers the feature of upserts during stream ingestion.The mechanism involves a memory map in every server that keeps track of the the most recent docID for a particular primary key present in the segments.
Am i right in saying that the segment files are stored on-disc after a segment is flushed?
During stream ingestion where are the segment files and the memory map files stored?