> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/jp/desktop/keeperdb/keeperdb-2.4.0.md).

# KeeperDB 2.4.0

### KeeperDBとは <a href="#what-is-keeperdb" id="what-is-keeperdb"></a>

**KeeperDB**は、高速で安全なクロスプラットフォーム対応のデータベース管理ツールです。KeeperPAM接続の中で利用するほか、Windows、macOS、Linux向けのスタンドアロンデスクトップアプリとしても利用できます。

PostgreSQL、MySQL、SQLite、Microsoft SQL Server、Oracle、Amazon Redshift、MongoDB、Amazon DynamoDBに対するクエリ実行、データ探索、運用作業を、単一のインターフェースから行えます。

KeeperDBはエンジニアおよびデータサイエンティスト向けに構築されています。DBeaver、MySQL Workbench、pgAdminなどの従来のツールに代わる製品です。KeeperPAMでは、パスワードレスで完全管理された環境内で主要なデータベース運用ワークフローを利用できます。

クイックリンク: [製品ドキュメント](/keeperpam/jp/privileged-access-manager/keeperdb.md) | [今すぐダウンロード](https://www.keepersecurity.com/ja_JP/features/keeper-db/)

### バージョン2.4.0の概要 <a href="#version-240-summary" id="version-240-summary"></a>

KeeperDB 2.4では、NoSQLデータベースである**MongoDB**および**Amazon DynamoDB**に対応しました。各データベース固有のクエリ言語に合わせてインターフェースが切り替わるため、ドキュメント型およびキーバリュー型のワークロードでも、SQLと同様にガイド付きで安全性を確認しながら操作できます。

本リリースでは、ログイン画面に **\[接続テスト]** ボタンを追加したほか、OracleおよびSQL Serverの接続安定性を改善し、大規模なテーブルの参照速度を改善しました。

{% hint style="info" %}
KeeperDB 2.4はスタンドアロン版として利用できるほか、今後のKeeperゲートウェイリリースにも組み込まれます。
{% endhint %}

### MongoDBプロトコル <a href="#mongodb-protocol" id="mongodb-protocol"></a>

KeeperDBからMongoDBへ接続できるようになりました。MongoDB AtlasおよびTLS対応のセルフホスト環境にも対応しています。

<figure><img src="/files/vHefgZAZZydgsrfDSJB9" alt=""><figcaption></figcaption></figure>

* スキーマツリーからデータベースとコレクションを参照可能。
* `db.Artist.find({})` など、MongoDBネイティブのシェル構文でクエリを記述でき、JavaScript構文のシンタックスハイライトにも対応。
* 入れ子のJSON向けに設計されたドキュメントビューアで結果を表示。
* レプリカセット構成およびマルチホスト構成のデプロイメントにも、**\[詳細オプション]** から設定可能。
* `drop()` や `deleteMany()` などの破壊的操作は、SQLと同様の確認フローを経て実行。

### Amazon DynamoDBプロトコル <a href="#amazon-dynamodb-protocol" id="amazon-dynamodb-protocol"></a>

KeeperDBから、AWSアクセスキーを使用してAmazon DynamoDBへ接続できるようになりました。セッショントークンにも対応しています。

<figure><img src="/files/mDQBNvGnQROwiapaPddZ" alt=""><figcaption></figcaption></figure>

* PartiQL (DynamoDBのSQL互換クエリ言語) でテーブルをクエリ可能。
* **\[データ]** タブでテーブルを参照し、ページ送りしながらアイテムを閲覧可能。
* 結果はドキュメントビューアに表示。
* カスタムエンドポイントを指定することで、開発・テスト用のDynamoDB Localにも対応。

### 接続テストボタン <a href="#test-connection-button" id="test-connection-button"></a>

ログイン画面に新しい **\[接続テスト]** ボタンが追加され、セッションを開始せずに認証情報を検証できます。接続の往復遅延 (ラウンドトリップレイテンシ) やサーバーバージョンが表示されるため、接続前に認証情報の誤りなのか、ホストへ到達できないことが原因なのかを確認できます。

<figure><img src="/files/x94Ftf9JMgMPiwW366pK" alt="" width="375"><figcaption></figcaption></figure>

### OracleおよびSQL Server接続の信頼性向上 <a href="#more-resilient-oracle-and-sql-server-connections" id="more-resilient-oracle-and-sql-server-connections"></a>

* Oracleで多数のセッションが同時に終了した際に発生していたクラッシュを修正。
* Oracleで切断された接続をより多くのケースで検出できるようになり、ドライバーのエラーをそのまま表示することなく正常に復旧するよう修正。
* Oracleのクロススキーマ参照で、ロールおよびPUBLIC経由で付与されたテーブルも表示されるよう修正。
* 接続情報パネルに、使用中のOracleドライバー (thinまたはthick) が表示されるよう修正。
* SQL Serverでは切断検出の精度が向上。TLS証明書の検証ではWindowsのルート証明書ストアを使用するようになりました。
* KeeperPAM経由で起動したセッションで、データベース認証情報が無効な場合に「セッション終了」画面ではなく原因を示す適切なエラーメッセージが表示されるよう修正。

### エディタとデータ参照の改善 <a href="#editor-and-data-browsing-improvements" id="editor-and-data-browsing-improvements"></a>

* **\[データ]** タブの **\[更新]** ボタンで、現在の表示を再読み込み可能に。
* 大規模なテーブルでのページ移動が高速化。ページ移動のたびに行数を再集計しないようになり、表示速度が向上しています。

### リソース <a href="#resources" id="resources"></a>

* [KeeperDBドキュメント](/keeperpam/jp/privileged-access-manager/keeperdb.md)
* [KeeperDBプロキシドキュメント](/keeperpam/jp/privileged-access-manager/keeperdb-proxy.md)
* [KeeperDB機能紹介ページ](https://www.keepersecurity.com/ja_JP/features/keeper-db/)
* [KeeperAIドキュメント](/keeperpam/jp/privileged-access-manager/keeperai.md)
* [KeeperPAM機能紹介ページ](https://www.keepersecurity.com/ja_JP/privileged-access-management/)

### ロードマップ <a href="#roadmap" id="roadmap"></a>

お客様のフィードバックに基づき、毎月更新を公開しています。機能リクエストや不具合の報告は、<pam@keepersecurity.com>までご連絡いただくか、[Redditコミュニティページ](https://www.reddit.com/r/KeeperSecurity/)へご投稿ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/jp/desktop/keeperdb/keeperdb-2.4.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
