Does Spring Content have some limitations regarding file size in PostgreSql? I tried to save 7,4 GB file, works well. But which type is used under the hood, how much data we can save per file
Asked
Active
Viewed 109 times
1 Answers
1
Spring Content JPA detects the database type from the connection and chooses an appropriate BLOB API to use.
In the case of PostgreSql it uses the Large Object API. As such we are constrained by their limitations

Paul Warren
- 2,411
- 1
- 15
- 22