[ 1 ] = [[ pragma [v:partition].encoding = 'utf-8' ]], [ 2 ] = [[ pragma [v:partition].journal_mode = delete ]], [ 3 ] = [[ pragma [v:partition].legacy_file_format = off ]], [ 4 ] = [[ pragma [v:partition].synchronous = off ]], [ 5 ] = [[ pragma [v:partition].temp_store = memory ]], [ 6 ] = [[ create temporary table if not exists hit ( name text not null, extract text not null ) ]], [ 7 ] = [[ create table if not exists [v:partition].document ( name text unique not null ) ]]