2
2
[ ![ PGXN version] ( https://badge.fury.io/pg/rum.svg )] ( https://badge.fury.io/pg/rum )
3
3
[ ![ GitHub license] ( https://img.shields.io/badge/license-PostgreSQL-blue.svg )] ( https://raw.githubusercontent.com/postgrespro/rum/master/LICENSE )
4
4
5
- [ ![ Postgres Professional] ( img/PGpro-logo.png )] ( https://postgrespro.com/ )
5
+ [ ![ Postgres Professional] ( img/PGpro-logo.svg )] ( https://postgrespro.com/ )
6
6
7
7
#RUM - RUM access method
8
8
@@ -26,7 +26,7 @@ in the index with lexemes. So it is necessary to perform an additional heap scan
26
26
For example, positional information of lexemes or timestamps. You can get an
27
27
idea of` RUM ` with the following diagram:
28
28
29
- ![ How RUM stores additional information] ( img/gin_rum.png )
29
+ [ ![ How RUM stores additional information] ( img/gin_rum.svg )] ( https://postgrespro.ru/docs/enterprise/current/rum?lang=en )
30
30
31
31
A drawback of` RUM ` is that it has slower build and insert times than` GIN ` .
32
32
This is because we need to store additional information besides keys and because