Re: Binary vs Integer secondary index speed

2011-12-15 Thread Rusty Klophaus
Hi Jeremy, I believe that the performance difference for any single query operation (or index operation) would be negligible. I'm making this assumption based on the fact that integers will probably encode into fewer bytes than a binary, but the encoding process is slightly more complex than a bin

Binary vs Integer secondary index speed

2011-12-14 Thread Jeremy Raymond
Would an integer based secondary index be faster than a binary secondary index for exact matching lookups? -- Jeremy ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com