Skip to content

Commit 6db8e17

Browse files
authored
docs(release): add note about new storage system
1 parent b8da5ee commit 6db8e17

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/content/blog/v3.md

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ We are thrilled to announce the first stable version of Nuxt 3.0.0 ✨
3636

3737
Nuxt Content v3 moves away from a file-based storage approach to an SQL database system. Using a database instead of the file-based storage reduces many I/O operations when querying large datasets.
3838

39+
::prose-note
40+
The new database system enhances the way your data files are stored and structured, ensuring better performance and scalability. This update is entirely behind the scenes and does not affect the file types you can use in Content (`yml`, `json`, and `markdown` ).
41+
::
42+
3943
This switch is transparent to users and Nuxt Content still provides a zero config support for development mode, [server hosting](/docs/deploy/server) and [static generation](/docs/deploy/static).
4044

4145
Furthermore, [serverless](/docs/deploy/serverless) hosting is now supported and client-side navigation performance has been improved.

docs/content/docs/1.getting-started/1.index.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ A significant challenge in v2 was the large bundle size needed for storing files
2727

2828
V3 addresses this by transitioning to SQL-based storage in production. This switch requires zero configuration, supporting development mode, static generation, server hosting, serverless and edge deployments.
2929

30+
::prose-note
31+
The new database system enhances the way your data files are stored and structured, ensuring better performance and scalability. This update is entirely behind the scenes and does not affect the file types you can use in Content (`yml`, `json`, and `markdown` ).
32+
::
33+
3034
Benefits include:
3135

3236
- **Optimized Queries**: SQL storage enables ultra-fast data retrieval

0 commit comments

Comments
 (0)