Home > database >  Kettle in query more than 10000 records would be an error
Kettle in query more than 10000 records would be an error

Time:10-15

Error message: error the execute the row count limits supported 10000


Seek guidance

CodePudding user response:

Actual operation is added a table input, the SQL statement: select * from accounts

CodePudding user response:

ERROR message: ERROR: execute the row count limits not supported: 10000 of 10384

If the table data is less than 10000 lines, the query is not an error,

The great god, please give guidance,

CodePudding user response:

With your client or interface
Does not support a query more than 10000 records
You are in the SQL statement and limit of 10000

CodePudding user response:

The
reference 3 floor trainee response:
with your client or interface
Does not support a query more than 10000 records
You are in the SQL statement to add limit 10000

But you need to load the data more than 10000, have the good plan?

CodePudding user response:

Cannot be paged query summary, please

CodePudding user response:

Is obviously limited 10000, check the kettle how to remove a few restrictions

CodePudding user response:

I also encountered this problem, the article written to 10000 when I was stuck

CodePudding user response:



Double-click on the margin, a dialogue to see, and then set it here
  • Related