|
|
|
|
|
by ElatedOwl
548 days ago
|
|
load_async is still concurrency, but not parallelism. The queries themselves can run parallel, but when materializing AR objects e.g., only one thread can run at a time. A greedy thread in process will still subject you to GVL waits |
|
Hopefully as Ractors mature that problem will be solved for MRI too.