22[ ![ PGXN version] ( https://badge.fury.io/pg/rum.svg )] ( https://badge.fury.io/pg/rum )
33[ ![ GitHub license] ( https://img.shields.io/badge/license-PostgreSQL-blue.svg )] ( https://raw.githubusercontent.com/postgrespro/rum/master/LICENSE )
44
5- [ ![ Postgres Professional] ( img/PGpro-logo.png )] ( https://postgrespro.com/ )
5+ [ ![ Postgres Professional] ( img/PGpro-logo.svg )] ( https://postgrespro.com/ )
66
77#RUM - RUM access method
88
@@ -26,7 +26,7 @@ in the index with lexemes. So it is necessary to perform an additional heap scan
2626For example, positional information of lexemes or timestamps. You can get an
2727idea of` RUM ` with the following diagram:
2828
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 )
3030
3131A drawback of` RUM ` is that it has slower build and insert times than` GIN ` .
3232This is because we need to store additional information besides keys and because