SQL Server 是否具有类似于 Oracle Streams 高级队列的功能?

发布于 2024-09-27 16:14:17 字数 127 浏览 3 评论 0原文

Oracle Streams AQ(高级队列)提供高度可扩展的数据库支持的队列功能。 SQL Server(任何版本)中是否存在等效功能?

注意:我的意思并不是简单地使用表作为队列,而是特定供应商为数据库平台提供的增强功能。

Oracle Streams AQ (Advanced Queuing) provides highly scalable database-backed queuing functionality. Does an equivalent feature exist in SQL Server (any version)?

Note: I do not mean simply using a table as a queue, but a specific vendor-provided enhancement to the database platform.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏至、离别 2024-10-04 16:14:17

Service Broker. A good intro is here: An Introduction to SQL Server Service Broker. Available since SQL Server 2005. High scale, high performance messaging, built into the SQL Server engine, completely integrated (messages are stored in hidden tables in the DB, the access API is fully integrated into T-SQL language as BEGIN DIALOG, SEND, RECEIVE verbs), supports Activation, message correlation and many more. Is it scalable enough to provide the messaging back bone for MySpace.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文