Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7f1484b

Browse files
author
Liudmila Mantrova
committed
DOC: updated intro topic for PGPROEE10 release
1 parent 7e74b0b commit 7f1484b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/src/sgml/intro.sgml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,28 @@
289289
<listitem>
290290
<simpara><application>pg_tsparser</application> module is an alternative text search parser.</simpara>
291291
</listitem>
292+
<listitem>
293+
<simpara>
294+
<filename>pg_shardman</filename> module is an experimental extension
295+
that enables sharding, aiming for scalability and fault tolerance
296+
with transaction support. It provides best results for
297+
<acronym>OLTP</acronym> workloads.
298+
</simpara>
299+
</listitem>
300+
<listitem>
301+
<simpara>
302+
<filename>in-memory</filename> module
303+
enables you to store data in <productname>&productname;</productname>
304+
shared memory.
305+
</simpara>
306+
</listitem>
307+
<listitem>
308+
<simpara>
309+
<filename>vops</filename> module enables vertical data model
310+
for &productname;. It can speed up <acronym>OLAP</acronym> queries
311+
with filtering and aggregation by times.
312+
</simpara>
313+
</listitem>
292314
</itemizedlist>
293315
</para>
294316

0 commit comments

Comments
 (0)