Skip to content

V2.5.2 MongoDB Sharding & CQRS

Latest
Compare
Choose a tag to compare
@automvc automvc released this 02 Aug 11:18

V2.5.2(2025·LTS)

2.5.2.1 New Year

  1. MongoDB update,delete,deleteById support for sharding
  2. MongoDB modify sharding cache enhance
  3. MongoDB index support for sharding
  4. add ShardingFullOpTemplate
  5. ObjSQLRich(SuidRich) add selectByTemplate for select
    2.5.2.2
  6. fixed bug for MongodbShardingDdlEngine
  7. record and print sql execute time
    bee.osql.showSqlExecuteTime=true
    bee.osql.minSqlExecuteTime=0
    8.use CQRS(Command Query Responsibility Segregation) operate database
    2.5.2.6
  8. open some config in Honeyconfig as default
    openEntityCanExtend = true
    showSQL = true
    showShardingSQL = true
    showSqlExecuteTime = true
    minSqlExecuteTime = 5; //ms
  9. column allow use keyword
    #there is a switch for it, default is true
    bee.osql.naming.allowKeyWordInColumn=true
    #define for append if bee do not contain them
    bee.osql.naming.sqlKeyWordInColumn
  10. separate logger; initialize config independently first
  11. BeeSimpleDataSourceBuilder is compatible with different style configurations