WWW.DBVERSITY.COM
WWW.DBVERSITY.COM
Menu
  • Home
  • About us
  • Discussions
  • Login / Register

Welcome to the world of Database Technologies

Browse: Page 21

SQL Database Performance Tuning for Developers

November 2, 2015 · by dbversity · in SQL Server

  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

November 2, 2015 · by dbversity · in SQL Server

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…

Neo4j Cipher via Neo4j-shell

October 31, 2015 · by dbversity · in Neo4j

MATCH (a)-[r:ACTED_IN]->(m) RETURN a.name,r.roles, m.title :play movies MATCH (a)-[:ACTED_IN]->(m) RETURN a.name, m.title Number of movies : $match (n:Movie) return count(n) match (n:Movie) return count(n) match (n) return count(n) // Creating Movies CREATE (TheMatrix:Movie {title:’The Matrix’, released:1999, tagline:’Welcome to the Real…

Working with Neo4j Cipher through Web browser

Working with Neo4j Cipher through Web browser

October 31, 2015 · by dbversity · in Neo4j

DBFry.com (in association with DBVersity.com)

October 30, 2015 · by dbversity · in Generic

           

Neo4j Installation steps

Neo4j Installation steps

October 30, 2015 · by dbversity · in Neo4j

1. Install Neo4j Go to http://neo4j.com/download/ and download the Community edition. This should download Neo4j 2.3 Based on your download type, follow the appropriate instructions. Linux/Mac/Windows zip 1. Untar/unzip the download 2. Run command: bin/neo4j start for Linux/Mac or just…

3 Essential MySQL Interview Questions

October 28, 2015 · by dbversity · in MySQL

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…

KDB Installation

October 27, 2015 · by dbversity · in KDB/Kx, NoSQL

Download Link : http://kx.com/software-download.php Installation instructions : http://code.kx.com/wiki/Tutorials/Installation?_ga=1.228375069.1038810810.1445944746 Go to http://kx.com/software-download.php. Click through the form and proceed to download. Choose the latest version and click ZIP. Unzip the downloaded file (linux.zip), and move the extracted q directory into your home…

[MongoDB]: When Arbiter required for Replica Set

October 27, 2015 · by dbversity · in MongoDB

MongoDB replica sets provide a number of features that most MongoDB users are going to want to leverage. Best of all they are relatively easy to setup. However, first timers often hesitate when it comes to the role of arbiters….

6 Rules of Thumb for MongoDB Schema Design

October 27, 2015 · by dbversity · in MongoDB

When designing a MongoDB schema, you need to start with a question that you’d never consider when using SQL: what is the cardinality of the relationship? Put less formally: you need to characterize your “One-to-N” relationship with a bit more…

← Previous 1 … 20 21 22 … 54 Next →

Categories

Categories

Copyright © 2025 WWW.DBVERSITY.COM

Powered by WordPress and Origin