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
在SaaS平台下,要建立一套low-code平台,要实现类似salesforce Trigger机制:
@Extension(code=model_id)
面临的挑战:
The text was updated successfully, but these errors were encountered:
如果一个JVM上跑20个客户,每个客户都有100个Model,每个Model都实现了Trigger,那么Trigger实例总计:2,000
Sorry, something went wrong.
all stored in JVM Map, O(1), acceptable
Successfully merging a pull request may close this issue.
在SaaS平台下,要建立一套low-code平台,要实现类似salesforce Trigger机制:
@Extension(code=model_id)
面临的挑战:
The text was updated successfully, but these errors were encountered: