Files
payloadcms/test/select
Sasha 1dc748d341 perf(db-mongodb): remove JSON.parse(JSON.stringify) copying of results (#11293)
Improves performance and optimizes memory usage for mongodb adapter by
cutting down copying of results via `JSON.parse(JSON.stringify())`.
Instead, `transform` does necessary transformations (`ObjectID` ->
`string,` `Date` -> `string`) without any copying
2025-02-21 17:31:24 +02:00
..
2024-10-29 21:47:18 +00:00
2024-10-29 21:47:18 +00:00
2024-10-29 21:47:18 +00:00