0 votes
257 views
by datalab (20.7k points) | 257 views

1 Answer

0 votes
Through the TAP interface the query is limited to around 8kb long (or 8096 characters) on Firefox and 2kb on IE.  A query directly to PostgreSQL is limited by 1 gigabyte - 1 character in size.

Although there are reports of PostgreSQL being able to join 1 million tables (it required patching and special configuration),  we recommend keeping the number of joins to a minimum.

Then length of the resultset is not limited by any "governor"; however, the smaller the resultset the faster it will transfer over the network, thus copious use of the LIMIT clause is highly recommended.
by ascott (720 points)
edited by 7

418 questions

435 answers

440 comments

637 users

Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.

Categories