J
jitesh120
Guest
If the base table is created with collections types such as tuple/set/list/map etc then when we try to refer the base table , the metadata and the data should be exist in the base table only, There is no way a user who wants to select the data from the base table come to know that there is a child table created because of collection type in the base table and also there is no way user can come to know there is a child table with name base_ until a quick query is fired against cassandra database. Also 'refreshmap' is not ideal solution to refresh all the tables. It will be performance issue if there is more than 1000 tables with collection type in it.
Continue reading...
Continue reading...