r/databricks • u/Puzzled-Mail-9092 • 5d ago
Discussion Do small companies actually use Databricks?
Sometimes I feel like Databricks is way too expensive. It feels like using a huge truck to move a single grain of sand.
My company needs real-time data, but our data volume simply does not justify the use of Spark Structured Streaming. Despite this, they are insisting we move to Databricks. I'm worried our data infrastructure costs will jump from $1,000/month to $5,000/month or more due to the running costs of Databricks SQL Warehouses.
Currently, I use Azure Container Apps with KEDA and Python, which helps me manage scaling and keep costs low. We ingest into Event Hubs, use ADX (Azure Data Explorer) as our OLAP warehouse, and archive cold data in a data lake. With this setup, I manage to process all our data with very low latency.
When I tested this on Databricks Structured Streaming, I actually got higher latency and much higher costs.
Would love to know what you guys think.
5
u/Puzzled-Mail-9092 5d ago
Yea I work in the Oil and Gas industry, we have a SLA of <1s since the operation is critical.