This is buzz all around the net, that Google+ grown faster than Twitter and Facebook. Yeah it seems looking at the graphs and the overwhelming response of the users. It seems that Google+ reached 10 million users in just 16 days. Wow!! but how many are new users to Google, since many users are already associated with Google in some or the other way. Whenever Google introduces any new system, most of these users joined these systems. When Buzz is launched, then also number of Buzz users increased so rapidly. But with Facebook and Twitter, the scenario is bit different, they entered into the internet market and started attracting customers due to theri features. Now, most of the users are already get used to with social networking sites, hope Google+ with groups feature can take the advantage of all.
B*Tree Reverse index is one of the index types that is supported by oracle. It more or less behaves like b*tree unique & non-unique index but only difference is the way it constructs the tree. In this index, index value is stored in the reverse direction when compared to the values in the actual data table. This index is used in order to distribute the index data evenly across all the leaf index nodes if table data is skewed very high. Like b*tree index, this index doesn’t understand NULL. This B*Tree Reverse index can be created on a single column or more than one column. More than one B*Tree Reverse index can be created for the same data table. HOW TO VERIFY: How to verify whether the created index is reverse index or not? Fire this query, select index_type from user_indexes where index_name = 'DEPT_ID_INDX' ð This query would return “ NORMAL/REV ” (it means it is B*Tree index but of “Reverse” type) LITTLE-KNOWN FACTS TO BE REMEMBERED: · If this B*Tree Reve
Comments
Post a Comment