Informix 工具

发布于 2024-08-12 06:53:00 字数 53 浏览 5 评论 0原文

是否有任何可用于 Informix 的工具,类似于 SQL Server 的“查询分析器”?

Are there any tools available for Informix, similar to 'Query Analyzer' for SQL Server?

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

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

发布评论

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

评论(4

无远思近则忧 2024-08-19 06:53:00

前段时间,我们的 Informix 项目需要一个类似查询分析器的工具,并最终选择了 RazorSQL,它基于 Java,因此它完全独立于平台(Windows、MacOS、Linux 等)。我们公司大约一半的开发团队使用 Mac,所以这是一个要求。最重要的是,它可以通过 JDBC 连接到任何数据库(根据网站的说法,有 29 个不同的数据库)。

我已经在 MySQL、SQLServer 和 Informix 上广泛使用了它,并且可以确认它在所有这些上都运行良好。在 RazorSQL 之前,我在虚拟机上使用 MySQL 工具和 SQLServer Management Studio,但是拥有一个工具来处理您可以使用的任何数据库是非常好的。此外,对于从 Mac 访问 Informix,它是少数可用的选项之一。

We needed a Query Analyzer-like tool for an Informix project some time ago, and settled on RazorSQL, which is Java based, so it's completely platform independent (Windows, MacOS, Linux, etc). About half of the development team at our company uses Macs, so that was a requirement. On top of that, it can connect to any database through JDBC (29 different databases, according to the website).

I've used it extensively on MySQL, SQLServer and Informix, and can confirm it works great on all of them. Before RazorSQL, I was using MySQL tools, and SQLServer Management Studio on a VM, but having a single tool to work with any DB you can throw at it is pretty nice. Also, for accesing Informix from a Mac, it's one of the few options available.

梦过后 2024-08-19 06:53:00

由于对 SQL Server 的“查询分析器”一无所知,我可能会被它的名称误导,但是...

Not knowing anything about 'Query Analyzer' for SQL Server, I could be being misled by its name, but...

  • The Open Admin Tool has support for analyzing query performance in a number of ways.
  • Server Studio (SSJE) has some support for query analysis and performance monitoring.
  • The basic server provides SET EXPLAIN to describe a query plan.
  • There are numerous performance analysis tools - such as ON-Stat and the pseudo-tables in the SysMaster database.
  • There are also some ancient tools such as 'ON-Perf' distributed with IDS that may help too.
酒与心事 2024-08-19 06:53:00

我们使用Aqua Data Studio,这是一个支持不同数据库的好工具。

We use Aqua Data Studio, a nice tool which supports different databases.

故事灯 2024-08-19 06:53:00

乔纳森的回答非常好,所以我只是确认一下
Server Studio 是一款很棒的产品,尽管价格过高。

另外,为了简单(且自由地)运行 Informix 查询,您可以使用 Eclipse SQL Explorer

Jonathan's answer is excellent so I'll just confirm that
Server Studio is a great albeit overpriced product.

Also to simply (and freely) run Informix Queries you could use Eclipse SQL Explorer

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