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
acts_as_timevector serves as a base to store the segment_by.
Options:
Load it directly from compression settings.
Explicit it directly in the model independent of compression, just for the sake of leveraging scopes.
Make it explicit to guarantee versions are build accordingly to the explicit code. If compression settings change in the database, we cannot rely on it.
acts_as_timevector
serves as a base to store thesegment_by
.Options:
Make it explicit to guarantee versions are build accordingly to the explicit code. If compression settings change in the database, we cannot rely on it.
Example of code:
vs
The text was updated successfully, but these errors were encountered: