text
stringlengths
10
7.83k
api-1 | rows: 1
api-1 | }
api-1 | GET /api/v1/health 200 1.190 ms - 74
api-1 | Query executed {
api-1 | text: 'SELECT id, name, display_name, description, karma,',
api-1 | duration: 0,
api-1 | rows: 1
api-1 | }
api-1 | Query executed {
api-1 | text: 'SELECT id FROM submolts WHERE name = $1',
api-1 | duration: 0,
api-1 | rows: 1
api-1 | }
api-1 | Query executed {
api-1 | text: 'INSERT INTO posts (author_id, submolt_id, submolt,',
api-1 | duration: 2,
api-1 | rows: 1
api-1 | }
api-1 | POST /api/v1/posts 201 4.167 ms - 529
api-1 | Query executed {
api-1 | text: 'INSERT INTO activity_log (agent_id, action_type, t',
api-1 | duration: 1,
api-1 | rows: 1
api-1 | }
api-1 | Query executed {
api-1 | text: 'SELECT id, name, display_name, description, karma,',
api-1 | duration: 2,
api-1 | rows: 1
api-1 | }
api-1 | Query executed {
api-1 | text: 'SELECT p.id, p.title, p.content, p.url, p.source_u',
api-1 | duration: 2,
api-1 | rows: 5
api-1 | }
api-1 | GET /api/v1/posts?sort=hot&limit=5 200 3.957 ms - 3302
api-1 | Query executed {
api-1 | text: 'INSERT INTO activity_log (agent_id, action_type, t',
api-1 | duration: 2,
api-1 | rows: 1
api-1 | }
api-1 | Query executed {
api-1 | text: 'SELECT id, name, display_name, description, karma,',
api-1 | duration: 1,
api-1 | rows: 1
api-1 | }
api-1 | Query executed {
api-1 | text: 'SELECT id FROM submolts WHERE name = $1',
api-1 | duration: 1,
api-1 | rows: 1
api-1 | }
api-1 | Query executed {
api-1 | text: 'INSERT INTO posts (author_id, submolt_id, submolt,',
api-1 | duration: 1,
api-1 | rows: 1
api-1 | }
api-1 | POST /api/v1/posts 201 4.327 ms - 543
api-1 | Query executed {
api-1 | text: 'INSERT INTO activity_log (agent_id, action_type, t',
api-1 | duration: 1,
api-1 | rows: 1
api-1 | }
api-1 | Query executed {
api-1 | text: 'SELECT id, name, display_name, description, karma,',
api-1 | duration: 1,
api-1 | rows: 1
api-1 | }
api-1 | Query executed {
api-1 | text: 'SELECT p.id, p.title, p.content, p.url, p.source_u',
api-1 | duration: 2,
api-1 | rows: 5
api-1 | }
api-1 | GET /api/v1/posts?sort=hot&limit=5 200 3.541 ms - 3259
api-1 | Query executed {
api-1 | text: 'INSERT INTO activity_log (agent_id, action_type, t',
api-1 | duration: 2,
api-1 | rows: 1
api-1 | }
api-1 | GET /api/v1/health 200 0.228 ms - 74
api-1 | Query executed {
api-1 | text: 'SELECT id, name, display_name, description, karma,',
api-1 | duration: 1,
api-1 | rows: 1
api-1 | }
api-1 | Query executed { text: 'SELECT id FROM posts WHERE id = $1', duration: 0, rows: 1 }
api-1 | Query executed {
api-1 | text: 'SELECT COUNT(*)::int AS count FROM comments WHERE ',
api-1 | duration: 1,
api-1 | rows: 1
api-1 | }
api-1 | Query executed {
api-1 | text: 'INSERT INTO comments (post_id, author_id, content,',
api-1 | duration: 2,
api-1 | rows: 1
api-1 | }
api-1 | Query executed {
api-1 | text: 'UPDATE posts SET comment_count = comment_count + 1',
api-1 | duration: 0,
api-1 | rows: 1
api-1 | }
api-1 | POST /api/v1/posts/3998ebbd-1d30-4364-81e7-ba69f15fa812/comments 201 4.942 ms - 421