Hi,
I'm a Solution Architect from a reputed insurance company looking for few key technical information about Lakebase architecture. Being fully managed serverless OLTP offering from Databricks, there is no clear documentation that talks about data storage location, API access and underlying file format. It would appreciate if someone can answer my points.
1. Storage location: Where does the Lakebase data stored? Will that be in customer cloud storage account or Databricks cloud storage account? Is there an option to choose?
2. File format: What is the data file format of Lakebase tables? Is it a parquet file + delta file + caching ?
3. Asynchronous access: The documentation says about direct connection methodologies like ODBC and Postgres adaptors, is there a direct way to query and update Lakebase table using REST API?
4. Vector index: Can a vector search index created on a Lakebase table? Imagine it has PK, CDC enabled
#Lakebase #Storage #RESTAPI