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: 

Forum Posts

MadelynM
by Databricks Employee
  • 3062 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
  • 3062 Views
  • 0 replies
  • 0 kudos
jose_gonzalez
by Databricks Employee
  • 2270 Views
  • 2 replies
  • 0 kudos

Resolved! what are the benefits to do use Z-Ordering

I would like to know why and when I will do a Z-Ordering on my Delta table?

  • 2270 Views
  • 2 replies
  • 0 kudos
Latest Reply
User16857281974
Databricks Employee
  • 0 kudos

Apache Spark does not have the features of a relational database wherein you can do a search on a primary key for example. It is forced to read in 100% of the data (generally speaking), which hurts performance at Gigabyte+ scales and test every singl...

  • 0 kudos
1 More Replies
Anonymous
by Not applicable
  • 1447 Views
  • 1 replies
  • 0 kudos
  • 1447 Views
  • 1 replies
  • 0 kudos
Latest Reply
Ryan_Chynoweth
Databricks Employee
  • 0 kudos

After testing this. I was unable to create a global temporary view on a SQL Endpoint. I was able to create a temporary view for that session as well as a normal view. So while the global temp view seems to be unsupported there are a number of other o...

  • 0 kudos
Anonymous
by Not applicable
  • 1349 Views
  • 1 replies
  • 0 kudos
  • 1349 Views
  • 1 replies
  • 0 kudos
Latest Reply
sajith_appukutt
Databricks Employee
  • 0 kudos

You could turn off auto-complete which would stop queries being suggested in the editor . More details at https://docs.databricks.com/sql/user/queries/queries.html#auto-complete

  • 0 kudos
User16826994223
by Databricks Employee
  • 34468 Views
  • 1 replies
  • 1 kudos

how to create an Indexes for Databricks tables

can I know How can I create and use index in databricks

  • 34468 Views
  • 1 replies
  • 1 kudos
Latest Reply
User16826994223
Databricks Employee
  • 1 kudos

partitioning could be seen as kind of index - it helps you to directly query the folder in partition which has relevant data leaving all other partition folder untouched. there is another feature in data bricks Delta - Data Skipping. When writing d...

  • 1 kudos
User16826994223
by Databricks Employee
  • 1874 Views
  • 1 replies
  • 0 kudos
  • 1874 Views
  • 1 replies
  • 0 kudos
Latest Reply
User16826994223
Databricks Employee
  • 0 kudos

Spark SQL was designed with an optimizer called Catalyst based on the functional programming of Scala. Its two main purposes are: first, to add new optimization techniques to solve some problems with “big data” and second, to allow developers to expa...

  • 0 kudos
User16826994223
by Databricks Employee
  • 3881 Views
  • 1 replies
  • 0 kudos
  • 3881 Views
  • 1 replies
  • 0 kudos
Latest Reply
User16826994223
Databricks Employee
  • 0 kudos

AVRO is a row-based storage format whereas PARQUET is a columnar based storage format.PARQUET is much better for analytical querying i.e. reads and querying are much more efficient than writing.Write operations in AVRO are better than in PARQUET.AVRO...

  • 0 kudos
User16826994223
by Databricks Employee
  • 1463 Views
  • 1 replies
  • 0 kudos

Resolved! what is glow in genomics

Data

  • 1463 Views
  • 1 replies
  • 0 kudos
Latest Reply
User16826994223
Databricks Employee
  • 0 kudos

Glow is an open-source toolkit for working with genomic data at biobank-scale and beyond. The toolkit is natively built on Apache Spark, the leading unified engine for big data processing and machine learning, enabling genomics workflows to scale to ...

  • 0 kudos