You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to project-voldemort
Hi ,
I am looking around for a database solution which is able to handle
following -
I have a very big table with many columns. Values in some of the
columns changes only once in a while. and as its bad to maintain all
these data into a single table , i would like to partition the table
into many tables based on timestamp. That is for one month or so , one
table is made. While querying all these tables should give the
abstraction of one single table. That is the query should be only
executed on the required tables (based on the time range query) and
all these results should be merged.
Thus i need
Storage as multiple table based on timestamp function and
abstraction of hitting a single table.