Skip to content

Commit

Permalink
AUTO: Sync ScalarDB docs in English to docs site repo (#839)
Browse files Browse the repository at this point in the history
Co-authored-by: josh-wong <[email protected]>
  • Loading branch information
github-actions[bot] and josh-wong authored Jan 16, 2025
1 parent 9ce4f1c commit 2805e42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions versioned_docs/version-3.13/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Data federation is the process of integrating data from different sources withou

## data mesh

A data mesh is a decentralized data architecture that enables domain teams to independently perform cross-domain analysis, addressing scalability and ownership challenges.
A data mesh is a decentralized data architecture that enables each business domain within a company to autonomously manage data and use it efficiently.

## data virtualization

Expand Down Expand Up @@ -62,9 +62,9 @@ Java Database Connectivity (JDBC) is an API that allows Java applications to int

Linearizability is a strong consistency model in distributed systems where operations appear to occur atomically in some order, and each operation takes effect between its start and end.

## NoSQL databases
## NoSQL database

NoSQL databases are non-relational databases designed for specific data models, such as document, key-value, wide-column, or graph stores, often used for handling large-scale, distributed data.
A NoSQL database is a non-relational databases designed for specific data models, such as document, key-value, wide-column, or graph stores, often used for handling large-scale, distributed data.

## Paxos

Expand All @@ -82,9 +82,9 @@ Polystores are database architectures that allow users to interact with multiple

Read-committed isolation is an isolation level where each transaction sees only committed data, preventing dirty reads but allowing non-repeatable reads.

## relational databases
## relational database

Relational databases store data in tables with rows and columns, using a structured query language (SQL) to define, query, and manipulate the data.
A relational database stores data in tables with rows and columns, using a structured query language (SQL) to define, query, and manipulate the data.

## replication

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-3.13/scalardb-benchmarks/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ After applying the schema and configuring the properties file, select a benchmar

### Prepare a benchmarking configuration file

To run a benchmark, you must first prepare a benchmarking configuration file. The configuration file requires at least the locations of the workload modules to run and the database configuration.
To run a benchmark, you must first prepare a benchmarking configuration file. The configuration file requires at least the locations of the workload modules to run and the database configuration.

The following is an example configuration for running the TPC-C benchmark. The ScalarDB properties file specified for `config_file` should be the properties file for the [benchmarking environment that you previously set up](#set-up-your-environment).
The following is an example configuration for running the TPC-C benchmark. The ScalarDB properties file specified for `config_file` should be the properties file that you created as one of the steps in [Load the schema](#load-the-schema).

:::note

Expand Down

0 comments on commit 2805e42

Please sign in to comment.