Hello, i'm thinking about learning ORM stuff but i think one thing: if i have a table (or some joined tables) with millions of records .... is it good to have mapped objects with millions of items ??? Is it sane to handle so big objects??
Thanks ! c.