|
|
|
|
|
by zX41ZdbW
1351 days ago
|
|
One write unit is around 100..200 INSERT queries. If you are doing INSERT in batches with one million rows, it will give SELECT formatReadableQuantity(1000000 * 100 / 0.0125)
8.00 billion
inserted rows per dollar. Pretty good, IMO.If you are doing millions of INSERT queries with one record, without "async_insert" setting, it will cost much more. That's why we have "write units" instead of just counting inserts. |
|
As I've said several times in this thread, I understand why you don't count inserts or rows. What I don't understand is what unit a WU does actually correspond to. In particular I don't understand its relation to e.g. parts or blocks, which are the units one would focus on optimizing self-hosted offerings.