Skip to content

Commit e96f32a

Browse files
committed
Fix typos
1 parent 4f69796 commit e96f32a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/4.architecture.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ That's why, every component in Skytable has been engineered from the ground up,
1111

1212
And all of that, without you having to be an expert, and with the least maintenance that you can expect.
1313

14-
## Fundamental differences from SQL
14+
## Fundamental differences from relational systems
1515

16-
BlueQL kind of looks and feels like SQL and that's the ultimate goal, so that developers from the SQL world find it easier to migrate. But Skytable's evaluation and execution of queries is fundamentally different from SQL counterparts and even NoSQL engines. Here are some key differences:
16+
BlueQL kind of looks and feels like using SQL with a relational database but that doesn't make Skytable's internals the same, with the most important distinction being the fact that Skytable has a NoSQL engine! But Skytable's evaluation and execution of queries is fundamentally different from SQL counterparts and even NoSQL engines. Here are some key differences:
1717

1818
- All DML queries are point queries and **not** range queries:
1919
- This means that they will either return atleast one row or error
@@ -38,7 +38,6 @@ We believe you can now hopefully see how Skytable's workings are fundamentally d
3838
that you might have a lot of questions! If you do, please reach out. We're here to help.
3939
:::
4040

41-
4241
## Data model
4342

4443
Just like SQL has `DATABASE`s, Skytable has `SPACE`s which are collections of what we call data containers like tables.
@@ -93,9 +92,8 @@ DDL and DCL transactions use a log-based append-only driver while DML queries us
9392
Skytable is heavily multithreaded enabling incredible vertical scalability and you can witness it for yourself by running benchmarks (or looking at ones that we publish). Clustering and replication are on track to be released soon.
9493

9594
:::info Features on track
96-
Clustering (horizontal scalability) and replication (failover) is right on track and we're also expecting to deliver this by Q1
97-
2024. We'd also like to note that clustering is too important a feature to ignore so you can be assured that we're hard at work
98-
on it.
95+
Clustering and replication are right on track and we're expecting to deliver them by Q1 2024. We'd also like to note that
96+
clustering is too important to ignore so you can be assured that we're hard at work on it.
9997
:::
10098

10199
Skytable will use atleast as many threads as the number of logical CPUs present on the host. At this moment it is not possible to

0 commit comments

Comments
 (0)