NuoDB 1.1 Release and Product Demo Webinar
Want to learn more about NuoDB? Check out this Webinar to learn more about our new Dev Center, product improvements, and Microsoft integration.
Tweet 0 Comments Save Tags: .net , database , server , windows
Webinar: SQL Query Patterns, Optimized
Using MySQL 5.6 Performance Schema to Troubleshoot Typical Workload BottlenecksNext Friday, May 31 at 10 a.m. Pacific, I’ll present... more »
Tweet 0 Comments Save Tags: database
Traversing the GC Heap with ClrMd
ClrMd is a newly released diagnostic library that wraps the CLR’s undocumented data access interfaces (a.k.a. “DAC”) in a friendly managed API.
Tweet 0 Comments Save Tags: database
Excel Vlookup Function - A complete Tutorial
Only tutorial you need on excel VLOOKUP as database manager - Complete with examples and screenshots.
Tweet 0 Comments Save Tags: database , how-to
Data Science at LinkedIn
Data scientist Monica Rogati discusses data scaling at LinkedIn and reflects on the evolving role of the data scientist.
Tweet 0 Comments Save Tags: database , tools
Pinterest and SQL vs. NoSQL
I’ve recently discovered a very interesting read about Pinterest‘s architecture experimentation.
Tweet 0 Comments Save Tags: database , news
RavenDB: Fixing Up the Build Process
There is a big problem in the RavenDB build process. To be rather more exact, there is a… long problem in the RavenDB build process.
Tweet 0 Comments Save Tags: .net , database , news
Neo4j/Cypher: Keep Longest Path When Finding Taxonomy
I’ve been playing around with modelling a product taxonomy and one thing that I wanted to do was find out the full path where a product... more »
Tweet 0 Comments Save Tags: database , java , news
Neo4j 1.9 General Availability Announcement!
Neo4j 1.9 adds a self sustained cluster mode, implementing the paxos protocol internally. It no longer relies on Zookeeper. The query... more »
Tweet 0 Comments Save Tags: database , java , open source , server
passing datatable to stored procedure
In this post, I have explained how DataTable from C# is passed to a stored procedure in Sql Server.
Tweet 0 Comments Save Tags: .net , database , microsoft
New Date and Time Functions in SQL Server 2012
New Date and Time Functions in SQL Server 2012
Tweet 0 Comments Save Tags: database , microsoft
Want to Lose Money? Have a Website Outage
Alex Gorbachev, CTO of Pythian (client) speaks with Courtney Reagan on CNBC's "Big Data Download" on the revenue pitfalls of... more »
Tweet 0 Comments Save Tags: cloud , database , how-to , news
Why I left Heroku, and notes on my new AWS setup
Why I left Heroku, and notes on my new AWS setup
Tweet 0 Comments Save Tags: database , open source , opinion
Bucketing, Multiplexing and Combining in Hadoop - Part 1
This is the first blog post in a series which looks at some data organization patterns in MapReduce. We’ll look at how to bucket output... more »
Tweet 0 Comments Save Tags: database , tools
mysql-async and postgresql-async 0.2.2 for Scala released
A newer version of the postgresql-async project has been released and now it also includes MySQL support with the mysql-async project.... more »
Tweet 0 Comments Save Tags: database , java , other languages , trends
NoSQL Matters: Building Scalability with Riak
Matthew Revell presented this 30-minute tutorial on building scalability into your next project with Riak.
Tweet 0 Comments Save Tags: database , news
Neo4j: When the Web Console Returns Nothing . . . Use the Data Browser
In my time playing around with neo4j I’ve run into a problem a few times where I executed a query using the web console (usually... more »
Tweet 0 Comments Save Tags: database , news
Elastic Consistent NoSQL Data Storage with ModeShape 4
Randall Hauch gave this 45-minute presentation in April at NoSQL Matters.
Tweet 0 Comments Save Tags: database , how-to , news
How to Retrieve Data in Excel from Sql Server
In this article I am showing you how to Retrieve Data in Excel from Sql Server
Tweet 0 Comments Save Tags: database , microsoft
How many IOPS can a HDD, HHDD or SSD do? (Part I)
This is the first in a two part series that looks how performance varies for different types of disk drives and that not all are the same.
Tweet 0 Comments Save Tags: database , hardware , server , unix-linux
Part II: How many IOPS can a HDD, HHDD or SSD do with VMware?
In this second of a two part series examples are provided showing how performance varies with different workloads across many types of... more »
Tweet 0 Comments Save Tags: database , hardware , server , unix-linux
Google Unleashes Their Public IaaS Cloud, Adds NoSQL Database
Google has opened the doors to its hotly anticipated Google Compute Engine and is now firmly engaged in the Infrastructure-as-a-Service... more »
Tweet 0 Comments Save Tags: database
Zend Framework 2 – Hydrators, Models and the TableGateway Pattern
Zend Framework 2 comes packed with an assortment of new features and functionality and greatly streamlines how common scenarios, such as... more »
Tweet 0 Comments Save Tags: database , frameworks , php
On SQL in PHP
There is no right or wrong way[1], but no matter what there is no *pretty* way to do SQL inside of a PHP application. I have been having... more »
Tweet 0 Comments Save Tags: database , php