You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there appears to be an implied pattern in the table names of what the tables actually do. they generally fall into a hierarchy of raw_change -> contract_name_event_name -> table_of_cached_state_of_something.
signal_market_signal_for_sale by name and almost entirely by DDL appears to be an event table, but is actually used as both an event table and a cache table. I propose separating its cache behavior out into a cache table such as signals_for_sale, for clarity.
The text was updated successfully, but these errors were encountered:
there appears to be an implied pattern in the table names of what the tables actually do. they generally fall into a hierarchy of
raw_change
->contract_name_event_name
->table_of_cached_state_of_something
.For example:
signal_market_signal_for_sale
by name and almost entirely by DDL appears to be an event table, but is actually used as both an event table and a cache table. I propose separating its cache behavior out into a cache table such assignals_for_sale
, for clarity.The text was updated successfully, but these errors were encountered: