| After running the command ingestion benchmark, the sandbox grew to 25 GB. I run a vacuum full and the size got down to 22869mb / 23978720946 bytes. After creating the index on the operating system fact the sandbox size got to 22873mb / 23983677106 bytes. So it's a 4 mb size increase. Total indexes size on table factsets was 100 mb / 104816640 bytes. Individual index size was:
public.idx_factsets_jsonb_merged | 81 MB |
public.factsets | 30 MB |
public.factsets_hash_expr_idx | 6648 kB |
public.factsets_operating_system_idx | 4840 kB |
public.factsets_certname_idx | 3104 kB |
public.idx_factsets_prod | 2208 kB |
public.factsets_pkey | 2208 kB |
public.factsets_id_seq | 8192 bytes
|
The command ingestion results:
Processing-seconds: { |
"OneMinuteRate":309.6056417527956, |
"MeanRate":221.83511475603126, |
"FifteenMinuteRate":32.04613388354146, |
"Max":63.091493, |
"50thPercentile":8.552764999999999, |
"Mean":10.05392052990784, |
"DurationUnit":"milliseconds", |
"95thPercentile":36.686657, |
"99thPercentile":52.893364, |
"98thPercentile":47.307950999999996, |
"Min":1.315396, |
"999thPercentile":61.004227, |
"RateUnit":"events/second", |
"75thPercentile":10.14032, |
"Count":30000, |
"StdDev":11.080445464493687, |
"FiveMinuteRate":89.20183541650876} |
Elapsed-seconds: 49
|
|