Databricks Serverless Compute - I know this is still in preview and is by request and is only available on AWS.
Can this be used for Read and Write (Update) .delta tables [or] is it read-only?
And is it good to run small queries (transactional in nature)? [or] is it good to have Azure SQL for that?
Performance from Azure SQL (az sql
) seems faster for small queries than Databricks.
As Databricks has to traverse through Hive Metastore when querying from .delta tables - will this impact the performance?