|
|
|
|
|
by einpoklum
2673 days ago
|
|
1. If you process it in batches then you have to count the time it takes to send the data of each batch to and from the GPU.
2. It's fair to start out with small data sets, but then you don't compare against distributed frameworks like Spark, but rather against single-node solutions. Also - Spark is very slow compared to analytic distributed DBMSes. |
|