Skip to content

Commit a3e6c4f

Browse files
committed
Remove panels
1 parent c08bd92 commit a3e6c4f

File tree

1 file changed

+6
-48
lines changed

1 file changed

+6
-48
lines changed

doc/overview.rst

+6-48
Original file line numberDiff line numberDiff line change
@@ -12,59 +12,17 @@ to product data marts and smart queue services.
1212

1313
Here are some of Tarantool's key characteristics:
1414

15-
.. panels::
16-
:container: doc-cards
17-
:column: doc-card doc-card_big
18-
:card: doc-card__content
19-
:header: doc-card__title
20-
:body: doc-card__text
15+
* **Easy handling of OLTP workloads**: processes hundreds of thousands RPS
2116

17+
* **Data integrity**: write-ahead log (WAL) and data snapshots
2218

23-
Easy handling of OLTP workloads
19+
* **Cooperative multitasking**: transactions are performed in lightweight coroutines with no interthread locking
2420

25-
^^^
21+
* **Advanced indexing**: composite indexes, locale support, indexing by nested fields and arrays
2622

27-
Processes hundreds of thousands RPS
28-
29-
---
30-
31-
Data integrity
32-
33-
^^^
34-
35-
Write-ahead log (WAL) and data snapshots
36-
37-
---
38-
39-
Cooperative multitasking
40-
41-
^^^
42-
43-
Transactions are performed in lightweight coroutines with no interthread locking
44-
45-
---
46-
47-
Advanced indexing
23+
* **Compute close to data**: Lua server and Just-In-Time compiler on board
4824

49-
^^^
50-
51-
Composite indexes, locale support, indexing by nested fields and arrays
52-
53-
---
54-
55-
Compute close to data
56-
57-
^^^
58-
59-
Lua server and Just-In-Time compiler on board
60-
61-
---
62-
63-
Durable distributed storage
64-
65-
^^^
66-
67-
Multiple failover modes and RAFT-based synchronous replication available
25+
* **Durable distributed storage**: multiple failover modes and RAFT-based synchronous replication available
6826

6927

7028
Tarantool allows executing code alongside data, which helps increase the speed of operations.

0 commit comments

Comments
 (0)