1 2 3 4 5 6 7 8
create table store_idx_cache( id bigserial primary key, user_id bigint, host uuid, tag text, idx bigint );