Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';

このドキュメントでは、ScalarDB の各エディションで利用可能な機能について簡単に説明します。

| | ScalarDB Core (Community) | ScalarDB Cluster (Enterprise Standard) | ScalarDB Cluster (Enterprise Premium) | ScalarDB Analytics (Enterprise) |
|---------------------------------------------------------------------------------------------------------------|--------------------------|----------------------------------------|---------------------------------------|---------------------------------|
| [プリミティブインターフェースを使用した複数データベースをまたがるトランザクション処理](getting-started-with-scalardb.mdx) | ✅ | ✅ | ✅ | ❌ |
| [クラスタリング](scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api.mdx) | ❌ | ✅ | ✅ | ❌ |
| [トランザクションを用いないストレージ操作](develop-run-non-transactional-operations-overview.mdx) | ❌ | ✅ (3.14+) | ✅ (3.14+) | ❌ |
| [認証/認可](scalardb-cluster/scalardb-auth-with-sql.mdx) | ❌ | ✅ | ✅ | ❌ |
| [暗号化](scalardb-cluster/encrypt-data-at-rest.mdx) | ❌ | ❌ | ✅ (3.14+) | ❌ |
| [SQL インターフェース (SQL API、JDBC、Spring Data JDBC、および LINQ)](scalardb-sql/index.mdx) | ❌ | ❌ | ✅ | ❌ |
| [GraphQL インターフェース](scalardb-graphql/index.mdx) | ❌ | ❌ | ✅ | ❌ |
| [ScalarDB 管理下のデータソースをまたがる分析クエリ処理](scalardb-samples/scalardb-analytics-spark-sample/README.mdx) | ❌ | | ❌ | ✅ (3.14+) |
| | ScalarDB Core (Community) | ScalarDB Cluster (Enterprise Standard) | ScalarDB Cluster (Enterprise Premium) | ScalarDB Analytics (Enterprise) |
|-----------------------------------------------------------------------------------------------------------------|---------------------------|----------------------------------------|-----------------------------------------------------------|----------------------------------|
| [プリミティブインターフェースを使用した複数データベースをまたがるトランザクション処理](getting-started-with-scalardb.mdx) | ✅ | ✅ | ✅ | – |
| [クラスタリング](scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api.mdx) | – | ✅ | ✅ | – |
| [トランザクションを用いないストレージ操作](develop-run-non-transactional-operations-overview.mdx) | – | ✅ (3.14+) | ✅ (3.14+) | – |
| [認証/認可](scalardb-cluster/scalardb-auth-with-sql.mdx) | – | ✅ | ✅ | – |
| [暗号化](scalardb-cluster/encrypt-data-at-rest.mdx) | – | – | ✅ (3.14+) | – |
| [SQL インターフェース (SQL API、JDBC、Spring Data JDBC、および LINQ)](scalardb-sql/index.mdx) | – | – | ✅ | – |
| [GraphQL インターフェース](scalardb-graphql/index.mdx) | – | – | ✅ | – |
| [ScalarDB 管理下のデータソースをまたがる分析クエリ処理](scalardb-samples/scalardb-analytics-spark-sample/README.mdx) | – | | – | ✅ (3.14+) |