We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enode/src/ENode/Eventing/Impl/DefaultProcessingEventProcessor.cs
Line 152 in 1f027df
PublishedVersion 表的单个聚合根的版本号,是一个版本号一个版本号依次更新,导致event消费过慢,单个聚合根的event的消费速度小于100TPS(只打印log,不入库),主要消耗在update PublishedVersion 表上,event很大一部分数据需要入库的,这样性能还会进一步降低。是否有考虑支持批量event消费处理,一批统一更新PublishedVersion。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
enode/src/ENode/Eventing/Impl/DefaultProcessingEventProcessor.cs
Line 152 in 1f027df
PublishedVersion 表的单个聚合根的版本号,是一个版本号一个版本号依次更新,导致event消费过慢,单个聚合根的event的消费速度小于100TPS(只打印log,不入库),主要消耗在update PublishedVersion 表上,event很大一部分数据需要入库的,这样性能还会进一步降低。是否有考虑支持批量event消费处理,一批统一更新PublishedVersion。
The text was updated successfully, but these errors were encountered: