Re: problem of secondary index

2010-01-07 Thread Jean-Daniel Cryans
I'm not an expert on the indexed contrib but by looking a bit a the code, it just looks like that's how the secondary index table is built. Since the shell doesn't "talk" the same language as the contrib, it shows you the raw data. J-D 2010/1/6 : > > > I've created a table named table1 with a se

problem of secondary index

2010-01-06 Thread y_823910
I've created a table named table1 with a secondary index idx1. Trying to put millons of rows data; most index were built well, which means I can get the data by index. Unfortunately, There is a weird combination like following: I can find a row in index table but fail in the main table; that mean