PROGRAMMINGNoSQL continues to get more and more coverage as scalability issues arise from popular web applications that have witnessed a need for a massive amount of basic primary key queries that return a single row of data. With less of a need for the extraneous features of a traditional relational database, many web applications, to improve performance, have moved to a hashmap-style datastore that stores values based on a key. While NoSQL databases provide a simple mechanism of storing and retrieving data, many organizations implement a relational database in addition to a key-value-store in a mixed-use environment when complex queries are necessary. The relative immaturity of NoSQL technologies compared to the long history of relational database techonolgies makes using them in production a risk.
By Taylor Gillespie
November 10, 2010
PROGRAMMINGI got an update on Oracle Data Mining – the in-database solution for data mining and predictive analytics offered by Oracle – recently. They have made ODM available on the amazon compute cloud so you can easily try it and they have been doing some interesting work on a new GUI and on integration with Oracle Exadata.
By James Taylor
April 27, 2010
PROGRAMMINGThe Update clause can lock up your database table resulting slow sql server.
By admin
February 18, 2010
PROGRAMMINGIn an effort to improve developer productivity and simplify Oracle Database development, Oracle has introduced Oracle SQL Developer Release 2.1, the latest release of its database development and migration tool. Oracle SQL Developer Release 2.1 offers two new features, PL/SQL Unit Testing and Data Modeler Viewer. Oracle SQL Developer Release 2.1 offers a unit-testing framework
By Mike Sachoff
December 22, 2009