
Practical queueing using SQL (Part 3): Clustering and parallelism
Until now, we only used our queue in a single node setup, so let’s see now how to make it cluster-friendly. Also, why not use more threads if throughput is too small?
Until now, we only used our queue in a single node setup, so let’s see now how to make it cluster-friendly. Also, why not use more threads if throughput is too small?
Contact