File tree 1 file changed +6
-48
lines changed
1 file changed +6
-48
lines changed Original file line number Diff line number Diff line change @@ -12,59 +12,17 @@ to product data marts and smart queue services.
12
12
13
13
Here are some of Tarantool's key characteristics:
14
14
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
21
16
17
+ * **Data integrity **: write-ahead log (WAL) and data snapshots
22
18
23
- Easy handling of OLTP workloads
19
+ * ** Cooperative multitasking **: transactions are performed in lightweight coroutines with no interthread locking
24
20
25
- ^^^
21
+ * ** Advanced indexing **: composite indexes, locale support, indexing by nested fields and arrays
26
22
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
48
24
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
68
26
69
27
70
28
Tarantool allows executing code alongside data, which helps increase the speed of operations.
You can’t perform that action at this time.
0 commit comments