Advertisement
Guest User

Untitled

a guest
Jan 11th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2020-01-11 17:40:06.825 CAT [10960] LOG:  duration: 4189.410 ms  statement: SELECT DISTINCT e.persistence_id as PersistenceId
  2.                         FROM public.event_journal e
  3. 2020-01-11 17:40:12.558 CAT [10960] LOG:  duration: 4279.979 ms  statement: SELECT DISTINCT e.persistence_id as PersistenceId
  4.                         FROM public.event_journal e
  5. 2020-01-11 17:40:39.029 CAT [15880] LOG:  duration: 18564.242 ms  statement: CREATE INDEX persistence_id_idx ON event_journal(persistence_id);
  6. 2020-01-11 17:41:01.060 CAT [15880] ERROR:  relation "persistence_id_idx" already exists
  7. 2020-01-11 17:41:01.060 CAT [15880] STATEMENT:  CREATE INDEX persistence_id_idx ON event_journal(persistence_id);
  8. 2020-01-11 17:41:09.225 CAT [10960] LOG:  duration: 4086.200 ms  statement: SELECT DISTINCT e.persistence_id as PersistenceId
  9.                         FROM public.event_journal e
  10. 2020-01-11 17:41:14.595 CAT [10960] LOG:  duration: 3674.605 ms  statement: SELECT DISTINCT e.persistence_id as PersistenceId
  11.                         FROM public.event_journal e
  12. 2020-01-11 17:42:10.126 CAT [10960] LOG:  duration: 4100.003 ms  statement: SELECT DISTINCT e.persistence_id as PersistenceId
  13.                         FROM public.event_journal e
  14. 2020-01-11 17:42:24.856 CAT [10960] LOG:  duration: 3718.117 ms  statement: SELECT DISTINCT e.persistence_id as PersistenceId
  15.                         FROM public.event_journal e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement