Skip to content

External Content FTS4 Table #164

Closed
Closed
@go1t

Description

@go1t

Is there a way to do this in SQLite.swift? :

 CREATE VIRTUAL TABLE table USING fts4(content='some_other_table', id, name)

I'd like to pre-populate my fts4 virtual table, but inserting one by one is very slow since my table contains over 30,000 rows. Is there any recommended way for this in SQLite.swift?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions