memrootじしょ
英和翻訳
database partitioning
Bokeh
CSS Selector
full-stack framework
Knowledge-based system
frontend framework
data synchronization
swift modification
Language testing
Higher-order functions
database partitioning
[ˈdeɪtəˌbeɪs pɑːrˈtɪʃənɪŋ]
データべース・パーティショニング
1.
巨大なデータベースをより小さく、管理しやすい部分(パーティション)に分割する技術。これにより、パフォーマンス、管理性、可用性を向上させる。
大規模なデータベースを物理的または論理的に区画に分割し、検索やデータアクセス、メンテナンスの効率を向上させる技術です。データ量が増加しても安定した性能を維持しやすくなります。
Database
partitioning
is
crucial
for
handling
large
datasets
in
modern
applications.
(データベースのパーティショニングは、現代のアプリケーションで大規模なデータセットを扱う上で極めて重要です。)
Database partitioning
データベースのパーティショニング(データベースを複数の区画に分割する技術)
is crucial
極めて重要である
for handling
扱うために
large datasets
大規模なデータセット
in modern applications
現代のアプリケーションにおいて
Implementing
database
partitioning
can
significantly
improve
query
performance.
(データベースのパーティショニングを実装することで、クエリのパフォーマンスを大幅に向上させることができます。)
Implementing
実装すること
database partitioning
データベースのパーティショニング
can significantly improve
大幅に向上させることができる
query performance
クエリ(データベースへの問い合わせ)のパフォーマンス
There
are
several
strategies
for
database
partitioning,
such
as
range,
hash,
and
list
partitioning.
(データベースのパーティショニングには、範囲、ハッシュ、リストパーティショニングなどのいくつかの戦略があります。)
There are
~がある
several strategies
いくつかの戦略
for database partitioning
データベースのパーティショニングのための
such as
~のような
range, hash, and list partitioning
範囲、ハッシュ、リストパーティショニング(パーティショニングの具体的な手法)
Effective
database
partitioning
helps
distribute
data
and
workload
evenly.
(効果的なデータベースパーティショニングは、データとワークロードを均等に分散するのに役立ちます。)
Effective
効果的な
database partitioning
データベースのパーティショニング
helps distribute
分散するのに役立つ
data and workload
データとワークロード(処理負荷)
evenly
均等に
Adopting
database
partitioning
often
reduces
the
backup
and
recovery
times
for
large
tables.
(データベースのパーティショニングを採用すると、多くの場合、大規模テーブルのバックアップおよびリカバリ時間が短縮されます。)
Adopting
採用すること
database partitioning
データベースのパーティショニング
often reduces
多くの場合、短縮する
the backup and recovery times
バックアップとリカバリの時間
for large tables
大規模なテーブル(データベース内の表)にとって
関連
Sharding
Horizontal scaling
Vertical scaling
Data segmentation
Index
Table
Schema
Query optimization
Database management system