To avoid fiddling with local SQLite databases and synchronization, a single feature/model replica database is used. It is located at cloud01 and is a simple PostgreSQL server:
postgresql://picalike:picalike@cloud01.picalike.corpex-kunden.de:5401/features
The following data is located there
By default no indexes are created. The 'id' field is always the primary key.
Keywords: pgsql cloud01 features models replica color kat doc mapping
Useful SQL queries:
select pg_size_pretty(pg_relation_size('models'));
To vacuum and or analyze for index statistics:
[vacuum] analyze missing;