| Name | NoSQL - Column Store | RDBMS - Columnar |
| Description | Wide-column store based on Apache Hadoop and on concepts of BigTable | Columnar RDBMS optimized for Big Data analytics |
| Database model | Wide column store | Relational DBMS |
| Data scheme | schema less | yes |
| Typing | no | yes |
| Secondary indexes | no | yes |
| SQL | no | yes |
| Server-side scripts | yes | yes |
| Triggers | yes | yes |
| Partitioning methods | Sharding | shared disk or shared nothing architectures with SAP IQ Multiplexer |
| MapReduce | yes | no |
| Consistency concepts | Immediate Consistency | Immediate Consistency |
| Foreign keys | no | yes |
| Transaction concepts | no | ACID |
| Concurrency | yes | yes |
| Durability | yes | yes |
| User concepts | Access Control Lists (ACL) | fine grained access rights according to SQL-standard |
Got this during the execution of following command in R > dat Error: could not find function "read.xlsx" Tried following command > install.packages("xlsx", dependencies = TRUE) Installing package into ‘C:/Users/amajumde/Documents/R/win-library/3.2’ (as ‘lib’ is unspecified) also installing the dependencies ‘rJava’, ‘xlsxjars’ trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.2/rJava_0.9-8.zip' Content type 'application/zip' length 766972 bytes (748 KB) downloaded 748 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.2/xlsxjars_0.6.1.zip' Content type 'application/zip' length 9485170 bytes (9.0 MB) downloaded 9.0 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.2/xlsx_0.5.7.zip' Content type 'application/zip' length 400968 bytes (391 KB) downloaded 391 KB package ‘rJava’ successfully unpacked and MD5 sums checked package ‘xlsxjars’ successfully unpacked ...
Comments