cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Anonymous
by Not applicable
  • 7360 Views
  • 3 replies
  • 0 kudos
  • 7360 Views
  • 3 replies
  • 0 kudos
Latest Reply
BigRoux
New Contributor III
  • 0 kudos

Multiple writers (inserts/appends) present no problems with Delta. You can have two users appending data to a Delta table at the same time without issue. Updates, deletes, merges, and compaction can run into issues when multiple user are trying to d...

  • 0 kudos
2 More Replies
User16790091296
by Contributor II
  • 1111 Views
  • 1 replies
  • 0 kudos
  • 1111 Views
  • 1 replies
  • 0 kudos
Latest Reply
User16790091296
Contributor II
  • 0 kudos

At a high level a Lakehouse must contain the following properties:Open direct access data formats (Apache Parquet, Delta Lake etc.)First class support for machine learning and data science workloadsstate of the art performance Databricks is the firs...

  • 0 kudos
Srikanth_Gupta_
by Valued Contributor
  • 2238 Views
  • 1 replies
  • 0 kudos
  • 2238 Views
  • 1 replies
  • 0 kudos
Latest Reply
User16826994223
Honored Contributor III
  • 0 kudos

The recipient’s client authenticates to the sharing server (via a bearer token or other method) and asks to query a specific table. The client can also provide filters on the data (e.g. “country=US”) as a hint to read just a subset of the data.The se...

  • 0 kudos
Anonymous
by Not applicable
  • 3538 Views
  • 2 replies
  • 0 kudos

Resolved! Accessing Delta tables

Is it possible to access Delta tables outside of DBR (Databricks Runtime) ?

  • 3538 Views
  • 2 replies
  • 0 kudos
Latest Reply
sajith_appukutt
Honored Contributor II
  • 0 kudos

Delta Lake is an independent open-source project ( under Linux Foundation ) and is based on an open format . This has led to the community building connectors for delta from multiple engines - not just spark.Out side of DBR, Delta Lake could be used ...

  • 0 kudos
1 More Replies
Labels