Top "Limit" questions

Relates to any sort of limit applied to data or resources, e.g. limiting the size or value of a variable, limiting the rate of incoming traffic or CPU usage.

MongoDB Single Document size limit is 16MB

Known Information: Its is know that MongoDB stores in BSON (Binary JSON) and the maximum BSON document size is 16MB. …

mongodb limit database-administration bson database
How to hack MySQL GROUP_CONCAT to fetch a limited number of rows?

I somehow need this feature,but MySQL doesn't support it at this moment. I'm using GROUP_CONCAT(CONCAT(...)) to generate …

mysql limit group-concat
How big is too big for a MySQL table?

I was finally convinced to put my smaller tables into one large one, but exactly how big is too big …

mysql size limit
How do you enable LIMIT for DELETE in SQLite?

Using PHP, I have a simple database that may store multiple items with the same content. I want to delete …

sqlite limit sql-delete
SPARQL using subquery with limit

I am developing a java application that uses ARQ to execute SPARQL queries using a Fuseki endpoint over TDB. The …

nested subquery limit sparql
whois lookup limits - how to work around daily quota/query limits

I'm building a website that allows users to check the availability of international domain names. My approach was to do …

dns limit whois
Combine two sql select queries (in postgres) with LIMIT statement

I've got a table and I want a query that returns the last 10 records created plus the record who's id …

sql postgresql select limit union
Limiting a doctrine query with a fetch-joined collection?

I have a doctrine query that returns blog posts and their comments: SELECT b, c FROM BlogPost b LEFT JOIN …

doctrine limit dql
How to fix the "421 RP-001 The mail server IP connecting to Windows Live Hotmail server has exceeded the rate limit" problem?

We run a large online community in the Netherlands. Because of that we send a lot of mail to the …

email limit live hotmail
How to limit JTextArea max Rows and Columns?

I am using JTextArea in JScrollPane I want to limit the maximum number of lines possible and the maximum chars …

java text limit lines jtextarea