|
|
|
|
|
by breadwinner
601 days ago
|
|
Use case is "user-facing analytics", for example consider ordering food from Uber Eats. You have thousands of concurrent users, latency should be in milliseconds, and things like delivery time estimate must updated in real-time. Spark can do analysis on huge quantities of data, and so can Microsoft Fabric. What Pinot can do that those tools can't is extremely low latency (milliseconds vs. seconds), concurrency (1000s of queries per second), and ability to update data in real-time. Excellent intro video on Pinot: https://www.youtube.com/watch?v=_lqdfq2c9cQ |
|