300 Million Cubicles

SirNightingale

New Member
I am not sure if javascript is large enough to power this, but I thought of creating a guestbook that is a card index with 300 million seperate entries.

Does anyone know how I would go about starting up a code for such a whopping index?
 
Last edited:

chrishirst

Well-Known Member
Staff member
javascript only runs in a browser context and has no database capabilities.


And 300 million records/rows is NOT a "whopping index" by database standards.
 
Top