Hey there! I have a different type of question thi...
# general
d
Hey there! I have a different type of question this time: If I had to give a presentation to my company advocating for us to start using Pinot as a go-to tool for user-facing real-time analytics, which arguments or points of view you would recommend me to speak about?
👍 1
d
For BrandIndex, in YouGov, we had a huge issue with performance when using PostgreSQL, so the biggest factor for us was performance for analytics. But the second factor I'd say is the support for multi-valued columns.
k
The big wins for us were (a) using appropriate indices & star trees, we could satisfy performance requirements for ad hoc queries, (b) SQL interface made it easy for the UI layer to build dashboards, and (c) we could bulk build segments (using Flink).