[WIP] Native SQLite Database reader (works at CTFE)
Stefan Koch via Digitalmars-d
digitalmars-d at puremagic.com
Sun Feb 21 13:15:01 PST 2016
On Sunday, 21 February 2016 at 19:55:38 UTC, Any wrote:
> On Sunday, 21 February 2016 at 19:21:31 UTC, Stefan Koch wrote:
>> where n is the number of rows.
>
> That means your doing a full table scan. When the table gets
> large enough, this gets problematic.
When the table get's large enough you probably don't worry about
CTFE'ing it anymore.
More information about the Digitalmars-d
mailing list