mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-11 19:01:00 +08:00
update
4
分表分库.md
4
分表分库.md
@@ -109,12 +109,14 @@ class YourDefaultRepository<T, TKey> : BaseRepository<T, TKey> where T : class
|
||||
}
|
||||
```
|
||||
|
||||
分表总结:
|
||||
分库总结:
|
||||
|
||||
- 跨库 可以使用 ib.Get() 获取 IFreeSql 进行 CRUD;
|
||||
- 跨库 事务不好处理,注意了;
|
||||
- 跨库 查询不好处理,注意了;
|
||||
|
||||
## 参考资料
|
||||
|
||||
- [《租户》](https://github.com/2881099/FreeSql/wiki/%e7%a7%9f%e6%88%b7)
|
||||
- [《读写分离》](https://github.com/2881099/FreeSql/wiki/%e8%af%bb%e5%86%99%e5%88%86%e7%a6%bb)
|
||||
- [《性能》](https://github.com/2881099/FreeSql/wiki/%e6%80%a7%e8%83%bd)
|
||||
|
||||
Reference in New Issue
Block a user