cancel
Showing results for 
Search instead for 
Did you mean: 
Warehousing & Analytics
Engage in discussions on data warehousing, analytics, and BI solutions within the Databricks Community. Share insights, tips, and best practices for leveraging data for informed decision-making.
cancel
Showing results for 
Search instead for 
Did you mean: 
Data + AI Summit 2024 - Data Warehousing, Analytics, and BI

Forum Posts

MadelynM
by Databricks Employee
  • 825 Views
  • 0 replies
  • 0 kudos

[Recap] Data + AI Summit 2024 - Warehousing & Analytics | Improve performance and increase insights

Here's your Data + AI Summit 2024 - Warehousing & Analytics recap as you use intelligent data warehousing to improve performance and increase your organization’s productivity with analytics, dashboards and insights.  Keynote: Data Warehouse presente...

Screenshot 2024-07-03 at 10.15.26 AM.png
Warehousing & Analytics
AI BI Dashboards
AI BI Genie
Databricks SQL
  • 825 Views
  • 0 replies
  • 0 kudos
Anonymous
by Not applicable
  • 783 Views
  • 1 replies
  • 0 kudos
  • 783 Views
  • 1 replies
  • 0 kudos
Latest Reply
User16783853906
Contributor III
  • 0 kudos

DBSQL supports the following types of query caching which can help with the query performance - 1). Databricks SQL UI caching2). Query results caching3). Delta cachingPlease check here for details - https://docs.databricks.com/sql/admin/query-caching...

  • 0 kudos
Anonymous
by Not applicable
  • 685 Views
  • 0 replies
  • 0 kudos

Collaborating in DBSQL

Are there workarounds that would allow multiple people to edit the same dashboard? I understand that "can edit" permission is on the roadmap but is there anything else they can do in the meantime to collaborate? Is it possible to disable access contr...

  • 685 Views
  • 0 replies
  • 0 kudos
MoJaMa
by Databricks Employee
  • 1552 Views
  • 0 replies
  • 0 kudos

What are the Best Practices for SQL Endpoint sizing?

I see that cluster sizes are mentioned here https://docs.databricks.com/sql/admin/sql-endpoints.html#cluster-size but I would like to know when to pick what type of cluster (data size/ users/ concurrency) without having to do too much trial and error...

  • 1552 Views
  • 0 replies
  • 0 kudos
brickster_2018
by Databricks Employee
  • 1571 Views
  • 1 replies
  • 0 kudos

Resolved! Unable to run 2 different applications with the same class name on a cluster

I have two jars with the same class name. It works fine on yarn. When trying to run these jars on the Databricks cluster, I run into issues. Why Databricks is having this limitation?

  • 1571 Views
  • 1 replies
  • 0 kudos
Latest Reply
brickster_2018
Databricks Employee
  • 0 kudos

When you run the jobs in Yarn, those are 2 different applications getting submitted on Yarn. Hence each application will have a separate Spark driver JVM's. In Databricks, a cluster has one JVM for the Spark driver. When applications with the same na...

  • 0 kudos
User16826994223
by Honored Contributor III
  • 727 Views
  • 1 replies
  • 0 kudos

Resolved! Does Koalas support Structured Streaming

Does Koalas support Structured Streaming

  • 727 Views
  • 1 replies
  • 0 kudos
Latest Reply
User16826994223
Honored Contributor III
  • 0 kudos

No, Koalas does not support Structured Streaming officially.As a workaround, you can use Koalas APIs with foreachBatch in Structured Streaming which allows batch APIs:>>> def func(batch_df, batch_id):   ... koalas_df = ks.DataFrame(batch_df)   .....

  • 0 kudos
christys
by Databricks Employee
  • 708 Views
  • 1 replies
  • 2 kudos
  • 708 Views
  • 1 replies
  • 2 kudos
Latest Reply
Taha
Databricks Employee
  • 2 kudos

So if you've got an S3 bucket with your data in it, the first thing you'll need to do is connect it to a Databricks workspace to grant access. Then you can start querying the contents of the bucket from notebooks (or running jobs) by using clusters (...

  • 2 kudos

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group
Labels
Top Kudoed Authors