Full Text Search with IndexedDB

17 points by singpolyma


olliej

Do people actually use IndexedDB at scale/in real world sites?

I remember when it was introduced - in the era of "browsers should provide low level APIs that let people implement the high level interfaces they want rather than then the actual functionality they want". A view that seems to largely have disappeared, though I don't know how much of that is WASM allowing people to compile and many C/C++ libraries that provide this kind of functionality but with the need for a memory model closer to a non-virtualized environment.

In the case if IDB there was another problem: No SQL implementation implemented just the SQL standard, and as a result it was functionally defined as "MySQL", which is not ideal for a standard.