The document presents a proposed compression scheme called EXCS for multidimensional data warehouses. EXCS uses an extendible array to store multidimensional data and compresses each subarray individually using a technique similar to compressed row storage. Performance is evaluated based on compression ratio and space savings for EXCS compared to other schemes like bitmap, header, offset compression and compressed row storage under varying data densities and dimensional sizes. EXCS achieves higher space savings than other techniques in most cases due to its ability to dynamically compress subarrays of an extendible multidimensional array.