• Apache Pinot - https://deepwiki.com/apache/pinot
• Apache Pulsar - https://deepwiki.com/apache/pulsar
• Apache Superset - https://deepwiki.com/apache/superset
• Grafana - https://deepwiki.com/grafana/grafana
• K8sGPT - https://deepwiki.com/k8sgpt-ai/k8sgpt
Seems, at least at a cursory glance, to produce decent output.
Can I use a star-tree index with upserts?
I was pleasantly surprised by the answer:
https://deepwiki.com/search/can-i-use-a-startree-index-wit_a...
Briefly: "No, you cannot use a star-tree index with upserts in Apache Pinot. This is a built-in restriction that is explicitly enforced in the system."
Why This Restriction Exists
When upserts are enabled for a table in Pinot, the system explicitly checks and prevents the use of star-tree indexes. This validation happens during table configuration validation.
The code in TableConfigUtils.java explicitly enforces this restriction:
[snip]
At cursory glance, I did not detect a hallucination. The answer was true (AFAIK), clear, and objective. I also see that you can peek into other resources to get some additional contextual information.
Very impressive work.
silasalberti•4h ago
hiatus•4h ago
cuuupid•1h ago
PeterCorless•17m ago