registered a custom Deflate compressor to speedup the backups generation
This commit is contained in:
@@ -46,6 +46,9 @@
|
||||
@hourly - "0 * * * *"
|
||||
```
|
||||
|
||||
- Registered a custom Deflate compressor to speedup the backups generation.
|
||||
_Based on several local tests, `pb_data` of ~500MB (from which ~350MB+ are several hundred small files) results in a ~280MB zip generated for ~11s (previously was ~250MB but for ~35s)._
|
||||
|
||||
- (@todo update docs examples) To minimize the footguns with `Dao.FindFirstRecordByFilter()` and `Dao.FindRecordsByFilter()`, the functions now supports an optional placeholder params argument that is safe to be populated with untrusted user input.
|
||||
The placeholders are in the same format as when binding regular SQL parameters.
|
||||
```go
|
||||
|
||||
Reference in New Issue
Block a user