|
|
|
|
|
by missosoup
2428 days ago
|
|
Yeah that's not going to work for what people call analytics workloads today. PG is great but it's not suitable to be a feature store and sure as hell not suitable to fan out ML workloads. In a modern ML stack, PG might play the role of the slow but reliable master store that the rest of the ML pipeline feeds off. |
|
depends on the scale? Not everyone processes petabytes of data.
> PG might play the role of the slow
You have any benchmark in your hand to support this? I believe highly optimized C code in PG can be significantly faster than Scala inside Spark.