what is ROS containers exactly?
Is it a data file present under catalog_dir/subdir/ or a sub-directory of catalogdir?
is it physically visible?
1
Is it a data file present under catalog_dir/subdir/ or a sub-directory of catalogdir?
is it physically visible?
Comments
Quite important topic this one !
Read Optimized Store (ROS) is a highly optimized, read-oriented, disk storage structure, organized by projection. The ROS makes heavy use of compression and indexing.
A ROS container can be considered a file created by the following actions:
Note:
- a ROS container is write once file, so if you have some data in the ROS you will need ot update then a new ROS container will be created with the new data version and the old ROS will be dropped.
Vertica imposes a limit of 1024 ROS Containers per projection. This is well related to the operation system limits as i said before a ROS is a file.
For more info on your db ROS containters see STORAGE_CONTAINERS table.
Let me make it more easy for you:
I hope this was helpful