Hi All,
I was wondering what the differece is for all the history tables.
history_uint - table that stores all integer values
history_log - table that stores all log values
history_text - table that store all text values
history_str - table that stores all string values
history - Not quite sure if this table is still needed as i thought that all the history would be stored in their relative data type tables? Is this a legacy table or something or is data stored in history_%type% and then after a time period get sent to the history table?
I'm trying to create some reports so I would like to really know how the data is stored and where it is stored.
Thanks.
I was wondering what the differece is for all the history tables.
history_uint - table that stores all integer values
history_log - table that stores all log values
history_text - table that store all text values
history_str - table that stores all string values
history - Not quite sure if this table is still needed as i thought that all the history would be stored in their relative data type tables? Is this a legacy table or something or is data stored in history_%type% and then after a time period get sent to the history table?
I'm trying to create some reports so I would like to really know how the data is stored and where it is stored.
Thanks.
Comment