-
Postgres performance tuning
Apr 3, 2008 路 1 min read 路 -
NB: Questo 猫 la storia super rapida dei database relazionali, e non 猫 ancora completata. L’idea 猫 di confrontare la storia del modello E-R con quello dello sviluppo OOP, evidenziando simmetrie e differenze
Read More -
If you're trying to use MySQL with phpMyAdmin, you've set up the phpMyAdmin's config.inc.php, and you're getting an error saying "Client does not support authentication protocol requested by server; consider upgrading MySQL client", you need to set the password on the mysql command line using the OLD_PASSWORD('password') routine.
For example:
Read More -
SQLite is a small, powerful embedded database. A friend of mine started using it about聽six years ago. Some years ago it comes also聽on top of 聽Python 2.5. It is used inside
- FileMaker Bento: its ultra customized model is based on a big sqllite db
- DropBox聽client, to store its internal state
- iPhone: stores your SMS and also other stuff. It is widely used by apps.
- Apple Safari uses it for HTML5 storage support
- Google Gears uses it
- ...and in a lot of embedded product.
I was annoyed because until version 3.1.3 SQLite聽did not provide an alter table syntax聽but…聽it is quite easy to emulate it with something like this, even if it required a bit of work:
Read More -
In questo articolo parleremo di Microsoft SQL Server.
SQL Server nasce inizialmente da uno sforzo congiunto di聽Microsoft, Sybase and聽Ashton-Tate che nel 1989 creano tale prodotto avente come target OS/2.
Dopo alcune vicessitudini Microsoft si smarca da Sybase e SQL Server versione 6.0 猫 la prima versione per Windows NT che non ha pi霉 dipendenze di copyright da Sybase.
Read More -
In questo articolo della serie SQL Server, vedremo come creare 聽in modo dinamico delle istruzione per impostare delle policy di sicurezza. Creeremo da zero una stored procedure chiamata sp_FixOverallGrant che in modo dinamico imposter脿 i profili di sicurezza per due utenze, una in lettura e scrittura (EBRB0_APP) ed una in sola lettura (EBRB0_USR).
Read More -
L’integrazione tra .NET e SQL Server 猫 data per scontata: in questo articolo esploreremo invece 聽come accedere a SQL Server da Python. Uno dei vantaggi di python 猫 che 猫 un linguaggio molto facile da imparare, con un notevole numero di librerie e un’ottima integrazione multi piattaforma. Oltre a ci貌 python offre un sistema di installazione rapido delle librerie (come 聽Ruby e Perl).
Read More -
At Gioorgi.com we was never a SQL fan. In 2000 we thinked SQL was boring, mostly because sql聽algebra could be a bit boring. Then we found this book written by one of the father of SQL.聽Years ago Google and then Facebook popped out with new incredible ideas, for improved and super fast scalability, which eventually turned to the “NoSQL” mantra.
But NoSQL is a mature technology, or it is only a path traced by the Social company out of there? Let’s explore together…
Read More