What is a tuple?

From: Elaine Lindelef <eel(at)cognitivity(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: What is a tuple?
Date: 2002-06-25 21:40:03
Message-ID: v0421010db93e9273bad4@[209.178.178.226]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

My apologies for the stupid question, but before I started using
postgres I never came across the word "tuple" quite in this context
before. I know a "tuple" as "a data object containing two or more
components" ... but I'm not sure of its precise meaning in the
postgres universe. Is a tuple a row, a field value, a field value
paired with its datatype, what? If someone asks me the size of my
largest tuple, how do I calculate it? It seems to be related deeply
to the structure of postgres somehow.

Thanks for your patience.

Elaine

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-06-25 22:23:41 Re: How to tell why an insert failed?
Previous Message Tom Lane 2002-06-25 21:23:14 Re: indexes greatly slowing data entry