Hi All, I also have a general question. Is it a good idea to have a surrogate key table in ignite? I want to avoid joins, and I don't want to use secondary indexes. I want to look up this surrogate key table (which should be very small in terms of volume and is replicated across all the nodes), to find a dependent key that can be used to quickly to search in a cache? Is having a secondary index and/or doing a join quicker?
thanks.
