Re: Error in getNextException No space left on device Call getNextException to see other errors in the batch. (java.sql.BatchUpdateException)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error in getNextException No space left on device Call getNextException to see other errors in the batch. (java.sql.BatchUpdateException)
Дата
Msg-id 64837.1608213941@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error in getNextException No space left on device Call getNextException to see other errors in the batch. (java.sql.BatchUpdateException)  (dbatoCloud Solution <dbatocloud17@gmail.com>)
Список pgsql-admin
dbatoCloud Solution <dbatocloud17@gmail.com> writes:
> ERROR: could not write to hash-join temporary file: No space left on device
> Call getNextException to see other errors in the batch.
> (java.sql.BatchUpdateException)

If there's a reasonable amount of free disk space when the problem
query isn't running, this is likely telling you that you have a
query logic error.  That is, you're commanding the DB to form some
unreasonably large join product, perhaps as a result of a missing
WHERE constraint.

            regards, tom lane



В списке pgsql-admin по дате отправления:

Предыдущее
От: Holger Jakobs
Дата:
Сообщение: Re: Error in getNextException No space left on device Call getNextException to see other errors in the batch. (java.sql.BatchUpdateException)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: 12 to 13 migration, the privs error with pg_pltemplate