AppFlowy-Cloud/tests/collab
Nathan.fooo 970fbaed57
feat: using transaction to write multiple records (#477)
* chore: impl batch write

* chore: update test

* chore: using save point to optimize write

* chore: update docs

* chore: fix test

* chore: increase write speed

* chore: use redis sorted set

* chore: fallback to write to disk directly when fail to queue

* chore: fix test

* chore: fix test

* chore: update log

* chore: add metrics
2024-04-19 15:22:57 +08:00
..
awareness_test.rs chore: bump collab version (#471) 2024-04-15 12:35:14 +08:00
collab_curd_test.rs chore: bump collab version (#471) 2024-04-15 12:35:14 +08:00
data_write_test.rs feat: using transaction to write multiple records (#477) 2024-04-19 15:22:57 +08:00
edit_permission.rs chore: bump collab version (#471) 2024-04-15 12:35:14 +08:00
member_crud.rs chore: bump collab version (#471) 2024-04-15 12:35:14 +08:00
missing_update_test.rs chore: bump collab version (#471) 2024-04-15 12:35:14 +08:00
mod.rs feat: using transaction to write multiple records (#477) 2024-04-19 15:22:57 +08:00
multi_devices_edit.rs feat: using transaction to write multiple records (#477) 2024-04-19 15:22:57 +08:00
pending_write_test.rs feat: using transaction to write multiple records (#477) 2024-04-19 15:22:57 +08:00
single_device_edit.rs chore: bump collab version (#471) 2024-04-15 12:35:14 +08:00
storage_test.rs feat: using transaction to write multiple records (#477) 2024-04-19 15:22:57 +08:00
util.rs feat: using transaction to write multiple records (#477) 2024-04-19 15:22:57 +08:00