Skip to content

Commit 10cf6df

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#841)
Co-authored-by: josh-wong <[email protected]>
1 parent bc87d2f commit 10cf6df

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

versioned_docs/version-3.12/glossary.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Data federation is the process of integrating data from different sources withou
2727

2828
## data mesh
2929

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

3232
## data virtualization
3333

@@ -61,9 +61,9 @@ Java Database Connectivity (JDBC) is an API that allows Java applications to int
6161

6262
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.
6363

64-
## NoSQL databases
64+
## NoSQL database
6565

66-
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.
66+
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.
6767

6868
## Paxos
6969

@@ -81,9 +81,9 @@ Polystores are database architectures that allow users to interact with multiple
8181

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

84-
## relational databases
84+
## relational database
8585

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

8888
## replication
8989

versioned_docs/version-3.12/scalardb-benchmarks/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ After applying the schema and configuring the properties file, select a benchmar
9696

9797
### Prepare a benchmarking configuration file
9898

99-
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.
99+
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.
100100

101-
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).
101+
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).
102102

103103
:::note
104104

0 commit comments

Comments
 (0)