When it comes to cluster sizes, the documentation states that, for example an XS cluster consists on 1 server. But I have been looking for the server specifications and I can't seem to find any documentation on this topic.
For AWS snowflake, if you open the browser console in Chrome (F12) and run this SQL in the normal snowflake window:
SELECT 1/0;
you will get an error, the network responce for that message has too much information, but one part states the server EC2 instance type as
"warehouseServerType" : "c5d.2xlarge",
which was an x-small
There are no apparent publicly available specs for the WAREHOUSE
building blocks, other that on AWS, the compute nodes are EC2 servers. Most likely an 8-thread CPU, 30-40 GB RAM (higher on Azure), and maybe around 250GB SSD. Something like m5d.2xlarge, but I'm only guessing.
Importantly, those figures stack up when increasing the WAREHOUSE
size, making most storage bound queries running faster.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With