open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
Projects icon
Software Projects Arduino Misterio Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
github linkedin rss
  • Il database con due tabelle

    calendar Aug 12, 2022 · 1 min read
     it software  · database
     ·
    Share on: twitter facebook linkedin copy
    Il database con due tabelle

    In questo articolo del 2012, si legge che Reddit avrebbe un database da due tabelle.

    Le due tabelle si chiamano “Cose” e “Dati” (i.e. attributi delle cose).

    “Cose” contiene una riga per ogni oggetto del sistema (utenti, forum, ecc) e attributi base come il tipo e la data di creazione.


    Read More
  • Simple method to add historic feature to SQLite

    calendar Apr 8, 2021 · 5 min read
     en featured knowledgebase sql  · database sqlite
     ·
    Share on: twitter facebook linkedin copy
    Simple method to add historic feature to SQLite

    Abstract: Make a database which can be store historic modification is often considered a “secondary” activity, but bad design leads to databases that are difficult to optimize and often not very understandable. In this article we illustrate a simple method that respects the dictates of relational theory & is easy to understand. As a plus we will show it on SQLite, a small but powerful database system.


    Read More
  • Smart Sync

    calendar Mar 21, 2021 · 1 min read
     en software-projects  · database oracle sqlite
     ·
    Share on: twitter facebook linkedin copy

    On 2002, I was forced to build a small java class to “sync” two databases (sorry for Italian):

    SmartSync used the Metadata offered by JDBC API to be able to copy data between two tables. In the last years I evolved it to be able to support a special use case called “dump to SQLite”.


    Read More
  • Semplice metodo per storicizzare i dati su database

    calendar Mar 16, 2021 · 6 min read
     it sql  · database oracle
     ·
    Share on: twitter facebook linkedin copy

    Abstract: Storicizzare i dati spesso è un attività considerata “secondaria”, ma un cattivo design porta a base dati difficili da ottimizzare e spesso poco comprensibili. In questo articolo illustriamo un semplice metodo che rispetta i dettami della teoria relazionale, è facile da capire ed è attivamente usato in produzione.


    Read More
  • Windows x64: 32bit Odbc vs 64bit Odbc

    calendar Nov 10, 2011 · 1 min read
     en knowledgebase  · database oracle
     ·
    Share on: twitter facebook linkedin copy
    Windows x64: 32bit Odbc vs 64bit Odbc

    I run into a very big trouble on these days.

    • My big company delivered to me a Windows7 64bit system (first error)
    • I asked for Office 64 bit and Visio2007 32 bit
    • I tried to connect to Oracle (second error) to reverse engenieer a DB with Visio2007
    I got a "driver architecture" error under Visio2007. Launching %WINDIR%\\System32\\odbcad32.exe

    (the 32bit guy of the odbc drivers side) I was able to get the same error… and this was helpful:


    Read More
  • Introduzione a SQL Server 2008 Express

    calendar Jan 30, 2011 · 4 min read
     featured it sql  · c database sqlserver
     ·
    Share on: twitter facebook linkedin copy

    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
  • H2 Database Engine

    calendar Apr 9, 2009 · 2 min read
     en knowledgebase sql  · database java jug
     ·
    Share on: twitter facebook linkedin copy
    H2 Database Engine

    The creator of HSQL has created a new Java database called H2. We have tried it!


    Read More
  • Java JDBC Probe

    calendar Apr 3, 2009 · 1 min read
     en knowledgebase software  · database db java news tip
     ·
    Share on: twitter facebook linkedin copy
    Java JDBC Probe

    Tired of prepared statement written down on the code?

    Tired of Hibernate, and willing to come back to crude SQL debugging?

    No problem, dudes!

    We tried Elvyx, a  JDBC probe, without a full success. Our quality vote is 5, because of the following bad aspects:

    • Very poor documentation. It is unclear if timings are returned in milliseconds or in seconds: no word about it!
    • Returned value are often inconsistent, so we cannot use it very well.
    Anyway, for a "quality oriented" sampling of data, for finding out most used calls and so on, Elvyx can help a bit.

    From the website:


    Read More
  • Hibernate Speedest introduction

    calendar Sep 21, 2008 · 3 min read
     en knowledgebase software  · database java lang tutorial
     ·
    Share on: twitter facebook linkedin copy
    Hibernate Speedest introduction

    In this article I will introduce you to Hibernate 3 persistence framework. This article is worth to read, because give you a very fast track to Hibernate; I have used this tool for the past six years, when only the good 2.x series was out of there. Then I have the lucky of training two teams on two different and big projects, with a “zero time” to teach them hibernate. So I decided to put here my advices, hints, tips and tricks, for the rest of the guys around the World.


    Read More
  • The Valueteam PDFGenerator

    calendar Apr 16, 2008 · 2 min read
     blog-objectsrootcom en software  · ant api arc asp business car commercial cute database design email file import interface j2ee java microsoft net pd pdf prove test tip ui vi war web
     ·
    Share on: twitter facebook linkedin copy
    The Valueteam PDFGenerator

     

    Per un importante cliente di ValueTeam, ho sviluppato per un'applicazione chiamata PDFGenerator, che è stata pacchettizzata come un vero e proprio prodotto.
    PDFGenerator nasce in una situazione caratterizzata da un alta variabilità dei requisiti utente.

    Le specifiche del progetto hanno subito variazioni significative nell'arco di quattro anni, ed alla fine i requisiti utente erano parecchio mutati.  L'applicazione, già fatturata, non era ancora stata validata dal Cliente finale, ed era passata di mano moltissime volte.
    Da un lato c'era la necessità di fornire uno strumento semplice da utilizzare, dall'altro la possibilità di espanderlo nel momento in cui le esigenze di Business del Cliente fossero cambiate, contenendo i costi di sviluppo.
    Questi due aspetti erano acuiti in questo contesto, poiché i dati potevano provenire da fonti assai eterogenee per tipologia (database o personale del marketing) e l'utente finale doveva elaborarle in modo uniforme e rapido.
    Per queste ragioni la specifica era cambiata spesso nel tempo, e la sfida era notevole.
    PDFGenerator è semplice dal punto di vista software, e la sua forza sta nell'idea, e nella capacità di capire l'utente finale.


    Read More
  • Postgres performance tuning

    calendar Apr 3, 2008 · 1 min read
     blog-objectsrootcom en knowledgebase software sql  · database postgresql sql
     ·
    Share on: twitter facebook linkedin copy
    Postgres performance tuning

    After a bit of work, I have managed to optimize the performance of my Postgresql Server.

    I have spent a saturday morning digging around postgresql, using the fantastic komodo editor, and I am happy with the final solution.

    I followed  some suggestion on power PostgreSQL site, and now my postgres is blazing fast. For small needs, tuning postgres is easy as working with MySql. And with postgres you get for free Transaction and PL/SQL without the need to do extra configuration or tuning or your database.


    Read More
  • Dynamic languages troubles

    calendar Jan 30, 2008 · 3 min read
     blog-objectsrootcom en software  · again ant api arc build business car code complex database design easy eclipse example fix hard hosting http ibm import java lion microsoft perl php plugin project projects python ruby simple small smalltalk sql system tools trouble ui unix war web world
     ·
    Share on: twitter facebook linkedin copy
    Dynamic languages troubles

    I have read http://www.manageability.org/blog/stuff/chandler-failure and I think it is very danger way of exposing concepts.

    In the article pointed out, the quite dead Chandler project is compared to the multi-billion Eclipse project. And then a too easy analysis is done against dynamic languages, where Java is the absolute winner.


    Read More
  • Shopping in the IT

    calendar Jan 21, 2008 · 2 min read
     blog-objectsrootcom en software  · ant apple arc database db engine file good google hard make microsoft mysql news opinion oracle ping search search-engine sql ui war web
     ·
    Share on: twitter facebook linkedin copy
    Shopping in the IT


    Oracle buys BEA and Sun buys MySql.

    In reply,Migrosoft is hungry and is watching Yahoo :-)

    <joking> 

    Any bets on the next money-based-news?

    I'm going for

    • Oracle buys Sun: "We need more hardware to run Oracle and WebLogic together! "
    • Google buys Oracle: "We have *even* more hardware...come on!"
    • Apple buys Google: "So nice LOGO", retrodating a bunch of stock options, I suppose.
    • Microsoft buys Apple ("So annoied their are more cool then us!") and shut down all them all so you will end up using their search engine, I hope.

    </joking> 


    Read More
  • Blue Dragon Revision 2

    calendar May 16, 2007 · 1 min read
     blog-objectsrootcom en  · ant database easy site spam vi
     ·
    Share on: twitter facebook linkedin copy
    Blue Dragon Revision 2

    Hi dear spammers, I am an announce.

    I love you so much I have decided to auto delete spam comments not already published.

    As you know, dear spammers, the anti spam on this site (called Blue Dragon) is able to shutup your nasty posts.

    Now blue dragon can also delete them from our big database, because it is so easy to isolate spam from true comments.
    I will not keep a record of this spam, sorry


    Read More
  • BWolf first installation

    calendar Jul 5, 2006 · 1 min read
     blog-objectsrootcom en  · ant book database db developement django embedded file framework future link links python script sql sqlite subversion table test ui vi web
     ·
    Share on: twitter facebook linkedin copy
    BWolf first installation

    Biblio Wolf (Bwolf for firends) is a webapp app for managing a book collection. BWolf is written in python using the Django web framework, and it is born from a Customer request. BWolf is open source, and you can get a full description here including links to downloads. I will mantain a blog of all the work I will do. In the last two months I set up a Subversion Repository and played a little with Django.

     


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Recent Posts

  • Arduino Q da far crescere
  • Postgres Take it All
  • La ruota del Destino
  • Darth Android
  • Vps Provider
  • Chat
  • RSS Readers

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top