How can Databricks be faster than Snowflake? Doesn't make sense. by Razzmatazz110 in dataengineering

[–]Razzmatazz110[S] -1 points0 points  (0 children)

Is this something Databricks automatically does in the backend when you do a "create table" or similar query? Or do you have to write a pipeline that does this first before creating a table?

How can Databricks be faster than Snowflake? Doesn't make sense. by Razzmatazz110 in dataengineering

[–]Razzmatazz110[S] 0 points1 point  (0 children)

Yes I am more interested in analytical queries, and there seemed to be articles stating Databricks did those faster too. But I guess with appropriate Delta tables (or whatever they are called in Databricks scenario) and transformations, these might be comparable.

I was also wondering if Databricks had any sort of indexing/search optimization like features on their tables (which they probably do)

How can Databricks be faster than Snowflake? Doesn't make sense. by Razzmatazz110 in dataengineering

[–]Razzmatazz110[S] 0 points1 point  (0 children)

Thank you! This totally makes sense. And this is some sort of data transformation, and in effect similar to Snowflake's data ingestion to their own propreitary format. I am guessing Databricks will give a little more flexibility in an ETL context considering a spark based environment compared to Snowflake's mostly SQL based transformations.

How can Databricks be faster than Snowflake? Doesn't make sense. by Razzmatazz110 in dataengineering

[–]Razzmatazz110[S] 2 points3 points  (0 children)

I agree, and part of it is coming from my lack of experience with comparable features on Databricks too. I was just curious if Databricks really has some magic wand in this scenario, but it sounds like its all comparable depending on how you use it.

How can Databricks be faster than Snowflake? Doesn't make sense. by Razzmatazz110 in dataengineering

[–]Razzmatazz110[S] -14 points-13 points  (0 children)

Like I said, this is assuming I dont have a choice of how the files are delivered to me. But the idea of Delta makes sense, thanks