HSQLDB 集群/复制支持吗?
HSQLDB 是否支持复制或集群。我发现了一个古老的 HSQLDB 复制实验功能。 请参阅 http://www.jgroups.org/hsqldbr.html 和 www.jgroups.org/ hsqldbr/design.pdf 但似乎这个功能从未出现在 hsqldb 中。
有谁知道这个功能的当前状态是什么以及 hsqldb 是否支持复制/集群?
编辑:我们使用了 HA-JDBC,发现它对我们的需求非常有用。最初,我认为 HA-JDBC 是一个死项目,因为过去 3 年没有发布任何版本,但它在 SVN 存储库中维护,并且在 GIT 存储库中添加新功能。
Does HSQLDB support replication or clustering. I found an age old experimental feature for HSQLDB replication.
see http://www.jgroups.org/hsqldbr.html and www.jgroups.org/hsqldbr/design.pdf
but it seems this feature never made its way to hsqldb.
Does anyone know what is the current status of this feature and whether or not hsqldb support replication/clustering?
Edit: We used HA-JDBC and found it to be quite useful for our need. Initially, I thought HA-JDBC is a dead project because there were no releases for the past 3 years, but it being maintained in a SVN repository and new features are being added in GIT repository.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此功能由本页列出的附加组件 C-JDBC 和 HA-JDBC 支持。复制和集群有很多变体,这些软件包涵盖不同的功能集。
http://hsqldb.org/web/hsqlUsing.html
This feature is supported by add-ons C-JDBC and HA-JDBC as listed on this page. Replication and clustering has many variations and these software package cover different feature sets.
http://hsqldb.org/web/hsqlUsing.html