tursodatabase/libsql

Optimize `SELECT COUNT(*)` by keeping a counter

Open

#328 opened on 2023年4月27日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C (490 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (16,744 stars)
PR merge metrics
 (平均マージ 23h 19m) (30d で 1 merged PR)

説明

Some databases apparently optimize SELECT COUNT(*) by keeping a per-table counter. Let's look into if that's doable.

コントリビューターガイド