public marks

PUBLIC MARKS with tags sql & database

December 2008

October 2008

August 2008

April 2008

March 2008

What is txtSQL?

by jdrsantos
txtSQL (pronounced "text-sequel") is a class containing a variety of functions designed to mimic a database system, using only regular text files. Running on the PHP language, it is object-oriented and can be looked at as sort of a framework in creating l

SQL DataBase Manager

by jdrsantos
This is a simple SQL DataBase manager. At the moment only SQLite is supported, but it is easy to extend this module to all standard SQL databases (MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle) in the future.

January 2008

Porte: Sql abstraction in PHP inspired by ActiveRecords

by wdavidw
Need to manipulate and persist your object in the database, Porte will greatly simplify your life. Porte can retrieve, search and save object without a single line of Sql. No XML or weird configuration is required, Porte is design to be as natural and easy to you without being intrusive.

November 2007

October 2007

August 2007

July 2007

MySQL 5

by runen
Manuale di Michael Kofler su MySQL 5, ultima versione del più diffuso sistema di gestione di database relazionale.

March 2007

SQLAlchemy - The Database Toolkit for Python

by jdrsantos & 7 others
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-perfo

February 2007

DBAzine.com: Trees in SQL: Nested Sets and Materialized Path

by ogrisel & 1 other (via)
Relational databases are universally conceived of as an advance over their predecessors network and hierarchical models. Superior in every querying respect, they turned out to be surprisingly incomplete when modeling transitive dependencies. Almost every couple of months a question about how to model a tree in the database pops up at the comp.database.theory newsgroup. In this article I'll investigate two out of four well known approaches to accomplishing this and show a connection between them. We'll discover a new method that could be considered as a "mix-in" between materialized path and nested sets.

Making a tree with "millions and millions" of dynamic nodes

by ogrisel
First mail of a thread on the postgresql mailing list dealing of various ways to implement a tree structure with PostgreSQL.

Representing Trees in a relational DB

by ogrisel (via)
This document describes an approach for handling hierarchical data in a relational database.

Denormalization - Wikipedia, the free encyclopedia

by ogrisel (via)
Denormalization is the process of attempting to optimize the performance of a database by adding redundant data. It is sometimes necessary because current DBMSs implement the relational model poorly. A true relational DBMS would allow for a fully normalized database at the logical level, while providing physical storage of data that is tuned for high performance.

BENEFITS OF DENORMALIZED RELATIONAL DATABASE TABLES

by ogrisel (via)
Heuristics for denormalizing relational database tables are examined with an objective of improving processing performance for data insertions, deletions and selection. Client-server applications necessitate consideration of denormalized database schemas as a means of achieving good system performance where the client-server interface is graphical (GUI) and the network capacity is limited by the network channel.

PUBLIC TAGS related to tag sql

datamining +   folksonomy +   mysql +   php +   search +   tagging +   tags +