gjsaturday
Technical User
Hello!
I have two very similar tables.
T1 (only has today's data) with an index on time field
T2 (exactly like T1 but with historical data) no index
Is there a way with hints to utilize the time index from T1 on T2?
Forgive me if this is very simple, just trying to get a grasp of what's going on here as I can't build indexes and this t2 table has 4 million records.
TIA
I have two very similar tables.
T1 (only has today's data) with an index on time field
T2 (exactly like T1 but with historical data) no index
Is there a way with hints to utilize the time index from T1 on T2?
Forgive me if this is very simple, just trying to get a grasp of what's going on here as I can't build indexes and this t2 table has 4 million records.
TIA