RMdatapro Profile Banner
Rodolfo Mendivil Profile
Rodolfo Mendivil

@RMdatapro

Followers
6
Following
52
Media
7
Statuses
34

Data Business Intelligence, Data Engineering, Data Science, and Snowflake Fan.

Joined June 2024
Don't wanna be here? Send us removal request.
@RMdatapro
Rodolfo Mendivil
6 months
πŸ”₯What are your thoughts on Snowflake's Multi-Cluster Warehouses? Have you used them in your projects? Let’s discuss! πŸ’¬πŸ‘‡.#Snowflake #BigData #CloudData.
0
0
0
@RMdatapro
Rodolfo Mendivil
6 months
8️⃣ Key Takeaways on Multi-Cluster Warehouses.βœ… Seamlessly handle peak workloads πŸš€.βœ… Auto-scale to optimize credit usage πŸ’°.βœ… Choose Maximized for stability, Auto-Scale for efficiency.βœ… Monitor usage & adjust scaling policies accordingly.Master Snowflake’s scalability today!.
1
0
0
@RMdatapro
Rodolfo Mendivil
6 months
7️⃣ Monitor & Optimize Multi-Cluster Warehouses.πŸ“Š Use the Web UI (History Tab) to track active clusters. πŸ“Œ Run this SQL command:.SHOW WAREHOUSES;.Check min/max clusters & running instances to optimize performance!.
1
0
0
@RMdatapro
Rodolfo Mendivil
6 months
6️⃣ How to Create a Multi-Cluster Warehouse?.πŸ“Œ Using the Web Interface:.πŸ”Ή Go to Warehouses β†’ Create.πŸ”Ή Set Max Clusters > 1.πŸ“Œ Using SQL Command:.CREATE WAREHOUSE mywh .WITH MAX_CLUSTER_COUNT = 3 .MIN_CLUSTER_COUNT = 1;.
1
0
0
@RMdatapro
Rodolfo Mendivil
6 months
5️⃣ Scaling Policies: Optimize Resource Allocation.Snowflake offers 2 key scaling policies:.⚑Standard (Default): Prioritizes performance by adding clusters quickly.πŸ’°Economy: Saves credits by keeping existing clusters fully loaded, even if queries queue longer ⏳.#Choosewisely.
1
0
0
@RMdatapro
Rodolfo Mendivil
6 months
4️⃣ Credit Consumption & Optimization πŸ’°.The # of clusters and warehouse size determine how many credits are used per hour. πŸ“Œ Example:.A Medium warehouse with 3 clusters in Maximized Mode = 12 credits/hour.In Auto-Scale Mode, fewer clusters run when demand is low = lower costs.
1
0
0
@RMdatapro
Rodolfo Mendivil
6 months
3️⃣ Maximized vs. Auto-Scale Mode.πŸ”΅ Maximized Mode:.πŸ”Ή Runs a fixed number of clusters.πŸ”Ή Maximum compute power ⚑.πŸ”Ή Ideal for workloads with consistent high concurrency.🟒 Auto-Scale Mode:.πŸ”Ή Adjusts clusters dynamically πŸ”„.πŸ”Ή Saves credits πŸ’°.πŸ”Ή Best for fluctuating workloads.
1
0
0
@RMdatapro
Rodolfo Mendivil
6 months
2️⃣ Key Features of Multi-Cluster Warehouses.βœ… Dynamically scale clusters up to 10.βœ… Manage user & query concurrency.βœ… Retain the same features as single-cluster warehouses:.πŸ”Ή Specify warehouse size.πŸ”Ή Auto-suspend & auto-resume.πŸ”Ή Resize anytime.#DataEngineering.
1
0
0
@RMdatapro
Rodolfo Mendivil
6 months
1️⃣ What is a Multi-Cluster Warehouse? A virtual WH in Snowflake typically consists of a single compute cluster. πŸ”Ή Queries use resources from this cluster πŸ”Ή If overloaded, queries queue until resources free up Multi-cluster WH solve this by adding + clusters dynamically. πŸ”„.
1
0
0
@RMdatapro
Rodolfo Mendivil
6 months
🧡 Thread: Mastering Multi-Cluster Warehouses in Snowflake πŸš€ Need to handle fluctuating workloads seamlessly? Snowflake's Multi-Cluster Warehouses let you scale compute power dynamically! Here's how they work. πŸ§‘β€πŸ’»πŸ‘‡ #Snowflake #CloudComputing.
1
0
0
@RMdatapro
Rodolfo Mendivil
6 months
Maximizing Query Performance in Snowflake: Tips and Tricks #Snowflake #performace #DataTips .
1
0
2
@RMdatapro
Rodolfo Mendivil
7 months
Have you heard about SchemaChange?. Check this comprehensive guide in 30 steps. #DataManagement #DatabaseTools #Snowflake #VersionControl #OpenSource #Innovation #TechForGrowth
Tweet media one
0
0
1
@RMdatapro
Rodolfo Mendivil
7 months
3d3 πŸ’‘ Why does it matter? Keeps your database flexible & scalable. Improves performance & functionality. Ensures alignment with business goals. Pro Tip: Always back up your data & test in staging before applying schema changes to production! πŸ”’.
0
0
0
@RMdatapro
Rodolfo Mendivil
7 months
2d3 It's essential when evolving your data models to adapt to new business needs or fix design issues. πŸš€.
0
0
0
@RMdatapro
Rodolfo Mendivil
7 months
πŸ“Š What is Schema Change? Let's break it down! πŸ› οΈ A schema change refers to altering the structure of a database or dataset, like modifying tables, adding columns, or changing data types. #DataManagement #TechTips #SchemaChange . 🧡1d2
Tweet media one
2
0
1
@RMdatapro
Rodolfo Mendivil
9 months
"*Mastering Informatica Intelligent Cloud Services (IICS) for Cloud Data Integration*" by Rodolfo Mendivil #DEVCommunity
0
0
1
@RMdatapro
Rodolfo Mendivil
1 year
Unlock the power of #SQL with recursive queries!.WITH RECURSIVE cte_name AS ( initial_query -- anchor query UNION ALL recursive_query -- recursive query that references the CTE name ) SELECT * FROM cte_name;.#DataScience #TechTips #Database #Programming.
0
0
0
@RMdatapro
Rodolfo Mendivil
1 year
3/3. Master recursive CTEs in SQL! They consist of three parts:.Anchor query: Forms the base result set. Recursive query: References the CTE name and joins with the anchor using UNION or UNION ALL. Termination condition: Stops the recursion when conditions are met.
0
0
0
@RMdatapro
Rodolfo Mendivil
1 year
2/3. RECURSIVE queries use common table expressions (CTEs) to traverse hierarchical data. Recursive CTEs have a subquery that refers to the CTE name itself.
0
0
0
@RMdatapro
Rodolfo Mendivil
1 year
🌟 Perfect for navigating hierarchical data like org charts or family trees. Start with a base query and dive deeper with each iteration. Master this technique to handle complex data structures efficiently! 🧡1/3 #DataScience #TechTips #Database #Programming.
3
0
0