tursodatabase/libsql

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

オープン

#328 opened on 2023/04/27

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C (490 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (16,744 個のスター)
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.

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