Hi! Question: What would be the consequences to c...
# general
t
Hi! Question: What would be the consequences to creating many small segments, say via the segment upload API, say one every 10 seconds, for many months?
m
Not much, as long as you have a job to merge them in the background
t
Thanks @Mayank. Do you have docs on how to merging segment? Is there anything built-in?
m
There’s a minion merge rollup task you can check in the docs page.
t
m
Yep
But sounds like you might be better off going the streaming route
t
We'd like to allow our users to push data to Pinot without operating their own kafka. Hence, segment upload.
m
t
Thanks. And that's part of released OSS Pinot, not just StarTree SaaS?
m
I think the primitives are there in OSS. But the solution as a whole (which requires running Kafka) won’t be.