Skip to content

Commit d46f86b

Browse files
authored
Merge pull request #97725 from aamerril/patch-1
Update data storage section to address ICM
2 parents 2d9eab0 + 37ea0fd commit d46f86b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/synapse-analytics/database-designer/concepts-lake-database.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ The new database designer gives you the possibility to create a data model for y
2626

2727
Lake databases use a data lake on the Azure Storage account to store the data of the database. The data can be stored in Parquet, Delta or CSV format and different settings can be used to optimize the storage. Every lake database uses a linked service to define the location of the root data folder. For every entity, separate folders are created by default within this database folder on the data lake. By default all tables within a lake database use the same format but the formats and location of the data can be changed per entity if that is requested.
2828

29+
> [!NOTE]
30+
> Publishing a lake database does not create any of the underlying structures or schemas needed to query the data in Spark or SQL. After publishing, load data into your lake database using [pipelines](../data-integration/data-integration-data-lake.md) to begin querying it.
31+
2932

3033
## Database compute
3134

0 commit comments

Comments
 (0)