ClickHouse / ClickHouse/ClickHouse

SQLite FTS5 support

Open
#42,006 0 comments 1 reaction 0 assignees View on GitHub
comp-foreign-db external feature
Dominant language
C++
Stars
49.9k
Forks
9k
Avg merge
17h 34m
Merged PRs (30d)
479

Description

**Use case**

> Loading data from SQLite FTS5 tables directly into ClickHouse

**Describe the solution you'd like**

> Build SQLite with the FTS5 extension (and maybe the older FTS3/4 extensions too)

**Describe alternatives you've considered**

> Currently, I'm dumping data from FTS5 tables to CSV files (with the SQLite shell) and loading them into ClickHouse, which is slightly inconvenient!

**Additional context**

> None

Contributor guide

Open the contributing guide

Research direction

The issue names no files, tests, or entry points. Start by locating ClickHouse's SQLite integration and build configuration, then determine how FTS5 tables should be exposed for loading; done means FTS5 data can be loaded directly without an intermediate CSV dump.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, sqlite
Domain
databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.