MariaDB License pricing
MariaDB subscriptions extend MariaDB Server with the enterprise features and expertise necessary to support a database powering mission-critical applications in production, regardless of whether it’s running on premises, in the cloud or both (hybrid cloud). MariaDB Platform can be configured…
SQL Database Performance Tuning for Developers
Database tuning can be an incredibly difficult task, particularly when working with large-scale data where even the most minor change can have a dramatic (positive or negative) impact on performance. In mid-sized and large companies, most SQL database tuning…
How to Tune Microsoft SQL Server for Performance
How to Improve Microsoft SQL Server Performance | Toptal To retain its users, any application or website must run fast. For mission critical environments, a couple of milliseconds delay in getting information might create big problems. As database sizes grow…
3 Essential MySQL Interview Questions
Consider the following table definition in a MySQL database: CREATE TABLE example ( id INT NOT NULL, text1 VARCHAR(32) NOT NULL, text2 VARCHAR(32) NOT NULL DEFAULT ‘foo’ ); What will be the result of the two INSERT statements below if…
MariaDB Recommendations document
dbversity_MariaDB_db_recommendations_summary_document Product Description: MariaDB is a drop-in replacement for MySQL. MariaDB strives to be the logical choice for database professionals looking for a robust, scalable, and reliable SQL server. To accomplish this, the MariaDB Foundation work closely and cooperatively…
PostgreSQL – Recommendation document
dbversity_PostgreSQL_recommendation-doc Product Description: PostgreSQL is an open source object-relational database system. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. It is fully ACID compliant,…
Score Cards of MySQLDB vs MariaDB vs PostgreSQL
MySQLDB_MariaDB_PostgreSQL_ScoreCards MySQL #Scr MariaDB #Scr PostgreSQL #Scr MySQL application compatible open source RDBMS, enhanced with high availability, security, interoperability and performance capabilities Widely used open source RDBMS Based on the object relational DBMS Postgres …
Mongo Ruby shards now available
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”, …
[MariaDB]: YCSB Benchmarking
[ 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…
[MariaDB]: Configuring & setting-up Galera Cluster.
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…