Skip to content

Commit

Permalink
version supported
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseymoore committed Jul 19, 2024
1 parent 6bb8891 commit bb1969a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion source/sdk/files/reduce-file-size.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Atlas Device SDK's great performance, concurrency, and safety benefits.

The SDK writes new data within unused space tracked inside a
file. In some situations, unused space may comprise a significant
portion of a ``.realm`` file. The SDK's default behavior is to automatically
portion of a ``.realm`` database file. The SDK's default behavior is to automatically
compact a file to prevent it from growing too large.
You can use additional strategies for compaction when
automatic compaction is not sufficient for your use case
Expand All @@ -48,6 +48,17 @@ Automatic compaction begins when the size of unused space in the file is more th
data in the file. Automatic compaction only takes place when
the file is not being accessed.

The minimum SDK version requirements for automatic compaction are:

- C++ SDK
- Flutter SDK
- Java SDK
- Kotlin SDK
- .NET SDK
- Node.js SDK
- React Native SDK v 11.3.0
- Swift SDK

Additional Strategies to Reduce File Size
-----------------------------------------

Expand Down

0 comments on commit bb1969a

Please sign in to comment.