shunwang / redisql

Automatically exported from code.google.com/p/redisql
0 stars 0 forks source link

unlimited num tables #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
current num tables is hardcoded as 
#define MAX_NUM_TABLES        256
num indexes as 
#define MAX_NUM_INDICES       512

these can both be increased and recompiled, but this approach is non scalable

replace each array w/ per database hash tables

Original issue reported on code.google.com by jaksprats on 2 Oct 2010 at 10:30