<div dir="ltr"><div class="gmail_extra">It depends on the size of your table and access rate.</div><div class="gmail_extra"><br></div><div class="gmail_extra">We have a 'sessions' table in Flussonic, it is accessed several times on each request (up to several thousands per second).</div><div class="gmail_extra">There is a strict rule: we NEVER make select on it, because it is bad. So we have to make secondary indexes on it.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Other tables allow to make select on them.</div><div class="gmail_extra"><br></div></div>