The need for user-defined index types
        Posted  
        
            by Greg Low
        on SQL Blog
        
        See other posts from SQL Blog
        
            or by Greg Low
        
        
        
        Published on Wed, 09 Mar 2011 02:59:00 GMT
        Indexed on 
            2011/03/09
            8:16 UTC
        
        
        Read the original article
        Hit count: 432
        
Filed under: 
        Since the removal of the 8KB limit on serialization, the ability to define new data types using SQL CLR integration is now almost at a usable level, apart from one key omission: indexes. We have no ability to create our own types of index to support our data types. As a good example of this, consider that when Microsoft introduced the geometry and geography (spatial) data types, they did so as system CLR data types but also needed to introduce a spatial index as a new type of index. Those of us that...(read more)
        
        © SQL Blog or respective owner