SQL

  • submit to reddit

NuoDB Releases 1.0.2

NuoDB 1.0.2 is a maintenance release of NuoDB's elastically scalable SQL cloud database.  Here's what's new:75 bug fixesMany SQL query performance...

0 replies - 1780 views - 04/23/13 by Michael Waclawiczek in Articles

NoSQL or SQL: What is Best for My App

Over the past few years, there has been an emergence and growth in database providers. From this many questions have arisen for application developers from...

0 replies - 2287 views - 04/12/13 by Eric Genesky in Articles

QLRM - Query Language Result Mapper 1.0 released

SQLResultMapper was renamed to QLRM - Query Language Result Mapperhttp://www.qlrm.org  Version 1.0 is now available in Maven...

0 replies - 502 views - 04/09/13 by Simon Martinelli in Announcements

Cloud Data for the Everyday Developer

When should you use a database? When will it bite you? When is table storage the solution? In this session, Scott Klein will guide you through the various...

0 replies - 1634 views - 04/05/13 by Eric Genesky in Articles

New Open Source Project SQL Result Mapper

I'm using JPA, Hibernate and JDBC in my daily work and I always irritated that there i nothing like JPQL constructor expression in native queries. Therefore I...

0 replies - 574 views - 03/19/13 by Simon Martinelli in Articles

Putting NoSQL in Perspective

Deciding between a NoSQL database or a relational database system is about understanding the trade-offs that led to the creation of NoSQL to begin with. NoSQL...

0 replies - 1284 views - 03/13/13 by Rauf Issa in Articles

Neo4j/Cypher: SQL Style GROUP BY Functionality

As I mentioned in a previous post I’ve been playing around with some football related data over the last few days and one query I ran (using cypher) was...

0 replies - 1341 views - 02/19/13 by Mark Needham in Articles

Selecting a Random Row from Table in MySQL

  Here the simplest way of selecting random rows from the MySQL database with using "ORDER BY RAND()" clause in the query.

3 replies - 1358 views - 02/13/13 by Chara Miteo in Uncategorized

Awake SQL 1.3.1 released: now shipping with an embedded web server

The Awake SQL Web Server is a version of Awake SQL  that embeds it's own JavaEE servlet container in order to run Awake SQL Community Edition...

0 replies - 563 views - 01/31/13 by Nicolas De Pomereu in Announcements

SQL Azure Federations and Open Source Software

 One of the things that will be introduced in the next update to SQL Azure is a database sharding solution called SQL Azure Federations. Brian and I...

0 replies - 517 views - 12/27/12 by Larry Franks in Articles

DbWrench Database Design v2.3.2

This release focused on reducing the application memory footprint, in particular the memory used by the design diagrams. There were also performance...

0 replies - 453 views - 12/09/12 by Harnek R in Announcements

Eight Fallacies of Declarative Computing

Erik Meijer listed eight fallacies of declarative programming in his keynote address at YOW in Melbourne this morning:Exceptions do not...

0 replies - 1771 views - 12/06/12 by John Cook in Articles

Building a Data Warehouse, Part 5: Application Development Options

See also:Part I: When to build your data warehouse Part II: Building a new schema Part III: Location of your data warehouse Part IV: Extraction,...

0 replies - 3134 views - 12/02/12 by John Cook in Articles

Building a Data Warehouse, Part 4: Extraction, Transformation, and Load

See also:Part I: When to build your data warehouse Part II: Building a new schema Part III: Location of your data warehouse In Part I we looked...

1 replies - 2843 views - 11/30/12 by Stephen Forte in Articles