This Blog was originally posted by David Maier here In Couchbase the equivalent of a database is called a bucket. A bucket is basically a data container which is split into 1024 partitions, the so called vBuckets. Each partition is…
This Blog was originally posted by Francois Cerebella here Sep 22, 2015 • fcerbell This short tutorial explains how to find an interesting data set (quantitatively and qualitatively) and load it into Couchbase in order to play with it. This…
This blog was originally posed by Francois Cerebella here Aug 31, 2015 • fcerbell Couchbase, a NOSQL BigData database, now offers a new language, N1QL, to write queries. This article will show you how to use the new Couchbase JDBC driver in JasperReports…
If you have already imported the certificate then you can also use the below code (much simpler version). import com.mongodb.*; import javax.net.ssl.SSLSocketFactory; public class SSLApp1 { public static void main(String args[]) throws Exception { System.setProperty(“javax.net.ssl.trustStore”, …
Does anyone have shell script to know all Linux configuration on a VM ? [ root @dbversity : ~ ] cat /etc/*release* Red Hat Enterprise Linux Server release 6.6 (Santiago) 6.6.GSF-A0 SOE Linux Release 10/30/14 Red Hat Enterprise Linux Server…
You’ll see below error while starting mongod instance, while you miss libnetsnmpagent.so.20 library files in your /usr/lib or /usr/lib64 folders. [ root @ vm-5cc5-bad6 : ~ ] ll -lhtr /usr/lib64/libnetsnmpagent.so.20 lrwxrwxrwx 1 root root 25 Mar 7 2015 /usr/lib64/libnetsnmpagent.so.20…
[ root @ http://dbversity.com : /mariadb ] ll -lhtr total 388M drwxr-xr-x 8 uucp 143 4.0K Mar 18 2014 jdk1.8.0_05 -rw-r–r– 1 sm70768 mongod 152M Jun 26 2014 jdk-8u5-linux-x64.gz -rw-r–r– 1 sm70768 mongod 95M Jun 27 2014 ycsb-0.1.4.tar.gz -rw-r–r– 1…
There’re fresher (2014,2015 passouts with Computer background) and Lead positions for Technical support at Zeta Interactive Pvt. Ltd (http://www.zetainteractive.com/) Pls share your CV to skondoji@zetainteractive.com & sudhakar.kondoji@gmail.com and you’ll be contacted for your interview slot. …
MariaDB MariaDB is a community-developed fork of the MySQL relational database management system, the impetus being the community maintenance of its free status under the GNU GPL. Being a fork of a leading open source software system, it is notable…
To view procedure code in mysql, you must be the owner of the routine or have SELECT access to the “mysql.proc” table and you can use any of the following statements. SHOW PROCEDURE CODE proc_name; SHOW CREATE PROCEDURE proc_name; SELECT…