// Query Insights Repository (query-insights-repository) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.users), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "James Hansen", email: "james.hansen@example.com", created_at: new Date("2023-07-10T11:49:21Z") },
            { id: 2, full_name: "Jack Taylor", email: "jack.taylor@example.org", created_at: new Date("2023-04-13T09:42:43Z") },
            { id: 3, full_name: "Ravi Shah", email: "ravi.shah@example.com", created_at: new Date("2023-10-03T16:36:16Z") },
            { id: 4, full_name: "Maya Adams", email: "maya.adams@example.com", created_at: new Date("2020-02-17T17:19:19Z") },
            { id: 5, full_name: "Chloe Klein", email: "chloe.klein@example.com", created_at: new Date("2020-01-24T09:22:23Z") },
            { id: 6, full_name: "Deniz Chen", email: "deniz.chen@example.org", created_at: new Date("2023-09-05T17:58:24Z") },
            { id: 7, full_name: "Diego Weber", email: "diego.weber@example.net", created_at: new Date("2021-05-04T15:01:16Z") },
            { id: 8, full_name: "Selin Khan", email: "selin.khan@example.org", created_at: new Date("2021-10-13T13:51:59Z") },
            { id: 9, full_name: "Zoe Zhang", email: "zoe.zhang@example.net", created_at: new Date("2021-05-13T19:25:45Z") },
            { id: 10, full_name: "Zoe Pereira", email: "zoe.pereira@example.net", created_at: new Date("2022-03-16T13:18:05Z") },
            { id: 11, full_name: "Carla Costa", email: "carla.costa@example.com", created_at: new Date("2023-03-22T14:45:25Z") },
            { id: 12, full_name: null, email: null, created_at: new Date("2022-08-18T10:17:47Z") },
            { id: 13, full_name: "Nina Evans", email: "nina.evans@example.net", created_at: new Date("2022-04-13T15:07:42Z") },
            { id: 14, full_name: "Maja Lopez", email: "maja.lopez@example.net", created_at: new Date("2021-10-18T12:40:13Z") },
            { id: 15, full_name: null, email: null, created_at: new Date("2023-05-31T13:42:51Z") },
            { id: 16, full_name: null, email: null, created_at: new Date("2021-06-08T09:10:40Z") },
            { id: 17, full_name: "Tariq Patel", email: "tariq.patel@example.net", created_at: new Date("2021-10-20T06:20:13Z") },
            { id: 18, full_name: "Yusuf Silva", email: "yusuf.silva@example.org", created_at: new Date("2023-03-09T14:18:15Z") },
            { id: 19, full_name: "Selin Khan", email: "selin.khan@example.org", created_at: new Date("2023-06-17T14:02:59Z") },
            { id: 20, full_name: "Selin Almeida", email: "selin.almeida@example.com", created_at: new Date("2020-11-03T06:14:05Z") },
            { id: 21, full_name: "Lucas Lee", email: "lucas.lee@example.org", created_at: new Date("2022-11-16T12:59:09Z") },
            { id: 22, full_name: "David Johnson", email: "david.johnson@example.org", created_at: new Date("2022-05-03T14:46:01Z") },
            { id: 23, full_name: "Sam Bennett", email: "sam.bennett@example.net", created_at: new Date("2021-03-26T14:37:55Z") },
            { id: 24, full_name: "Paula Clark", email: "paula.clark@example.com", created_at: new Date("2020-02-05T09:39:57Z") },
            { id: 25, full_name: "Karim Garcia", email: "karim.garcia@example.net", created_at: new Date("2022-02-05T13:19:08Z") },
            { id: 26, full_name: "Hannah Meyer", email: "hannah.meyer@example.com", created_at: new Date("2023-06-17T11:49:34Z") },
            { id: 27, full_name: "Anna Zhang", email: "anna.zhang@example.org", created_at: new Date("2023-07-24T14:16:26Z") },
            { id: 28, full_name: "Andre Diaz", email: "andre.diaz@example.net", created_at: new Date("2022-04-03T13:23:57Z") },
            { id: 29, full_name: "Anna Hassan", email: "anna.hassan@example.com", created_at: new Date("2022-05-20T14:14:39Z") },
            { id: 30, full_name: "Marco Klein", email: "marco.klein@example.net", created_at: new Date("2022-02-06T16:47:35Z") },
            { id: 31, full_name: "Karim Kim", email: "karim.kim@example.net", created_at: new Date("2020-10-25T11:54:28Z") },
            { id: 32, full_name: "Rafael Wagner", email: "rafael.wagner@example.org", created_at: new Date("2023-12-02T07:52:38Z") },
            { id: 33, full_name: "Carlos Demir", email: "carlos.demir@example.net", created_at: new Date("2020-12-22T10:16:10Z") },
            { id: 34, full_name: "Nadia Jensen", email: "nadia.jensen@example.com", created_at: new Date("2021-03-14T12:22:25Z") },
            { id: 35, full_name: "Anna Carter", email: null, created_at: new Date("2023-10-13T17:40:31Z") },
            { id: 36, full_name: "Jonas Pereira", email: "jonas.pereira@example.net", created_at: new Date("2022-11-02T09:46:06Z") },
            { id: 37, full_name: "Pedro Mendes", email: "pedro.mendes@example.net", created_at: new Date("2023-10-15T11:03:14Z") },
            { id: 38, full_name: "Ruby Gomez", email: "ruby.gomez@example.com", created_at: new Date("2020-01-17T18:23:40Z") },
            { id: 39, full_name: null, email: null, created_at: new Date("2021-03-01T09:27:06Z") },
            { id: 40, full_name: "Noah Mendes", email: "noah.mendes@example.com", created_at: new Date("2022-07-01T14:56:53Z") },
            { id: 41, full_name: "Selin Reyes", email: "selin.reyes@example.net", created_at: new Date("2023-01-05T15:31:21Z") },
            { id: 42, full_name: "Lena Chen", email: "lena.chen@example.com", created_at: new Date("2020-10-29T14:21:05Z") },
            { id: 43, full_name: null, email: null, created_at: new Date("2022-01-05T11:24:53Z") },
            { id: 44, full_name: "Nour Weber", email: "nour.weber@example.com", created_at: new Date("2022-06-10T13:22:31Z") },
            { id: 45, full_name: "Julia Yilmaz", email: "julia.yilmaz@example.com", created_at: new Date("2021-08-15T08:16:41Z") },
            { id: 46, full_name: "Maria Chen", email: null, created_at: new Date("2020-09-27T19:51:04Z") },
            { id: 47, full_name: "Chloe Johnson", email: "chloe.johnson@example.org", created_at: new Date("2022-12-08T13:42:10Z") },
            { id: 48, full_name: "Tariq Wright", email: null, created_at: new Date("2023-11-05T14:25:16Z") },
            { id: 49, full_name: "Selin Sousa", email: "selin.sousa@example.org", created_at: new Date("2022-11-11T18:49:20Z") },
            { id: 50, full_name: "Nadia Baker", email: "nadia.baker@example.net", created_at: new Date("2023-10-26T20:02:55Z") },
            { id: 51, full_name: "Uma Rossi", email: "uma.rossi@example.com", created_at: new Date("2020-11-29T08:22:10Z") },
            { id: 52, full_name: "Yusuf Almeida", email: "yusuf.almeida@example.org", created_at: new Date("2021-07-22T10:35:59Z") },
            { id: 53, full_name: "Maya Tanaka", email: "maya.tanaka@example.net", created_at: new Date("2021-11-15T07:04:25Z") },
            { id: 54, full_name: "Tomas Hoffmann", email: "tomas.hoffmann@example.net", created_at: new Date("2023-10-04T11:01:18Z") },
            { id: 55, full_name: "Ibrahim Adams", email: "ibrahim.adams@example.org", created_at: new Date("2022-08-11T10:23:30Z") },
            { id: 56, full_name: "Omar Becker", email: "omar.becker@example.net", created_at: new Date("2021-09-25T10:08:29Z") },
            { id: 57, full_name: "Emma Klein", email: "emma.klein@example.com", created_at: new Date("2021-12-22T17:33:18Z") },
            { id: 58, full_name: "Isaac Smith", email: "isaac.smith@example.org", created_at: new Date("2021-12-27T12:20:58Z") },
            { id: 59, full_name: "Deniz Nguyen", email: "deniz.nguyen@example.org", created_at: new Date("2023-11-23T14:44:22Z") },
            { id: 60, full_name: "Sofia Wang", email: "sofia.wang@example.org", created_at: new Date("2021-03-31T17:01:27Z") },
            { id: 61, full_name: "Mateo Gomez", email: "mateo.gomez@example.net", created_at: new Date("2021-12-03T09:16:14Z") },
            { id: 62, full_name: null, email: null, created_at: new Date("2022-01-01T16:11:23Z") },
            { id: 63, full_name: null, email: null, created_at: new Date("2022-01-06T09:36:50Z") },
            { id: 64, full_name: "David Weber", email: "david.weber@example.org", created_at: new Date("2023-11-23T12:02:38Z") },
            { id: 65, full_name: "Karim Mendes", email: "karim.mendes@example.org", created_at: new Date("2021-10-05T17:26:02Z") },
            { id: 66, full_name: "Leo Ahmed", email: "leo.ahmed@example.net", created_at: new Date("2020-05-01T05:08:34Z") },
            { id: 67, full_name: "Alice Murphy", email: "alice.murphy@example.org", created_at: new Date("2022-08-23T10:22:18Z") },
            { id: 68, full_name: "Carla Moreau", email: "carla.moreau@example.net", created_at: new Date("2020-06-09T08:24:09Z") },
            { id: 69, full_name: "Victor Hughes", email: "victor.hughes@example.net", created_at: new Date("2021-07-22T15:38:43Z") },
            { id: 70, full_name: "Oscar Chen", email: "oscar.chen@example.org", created_at: new Date("2022-01-30T08:53:13Z") },
            { id: 71, full_name: "Tariq Cruz", email: "tariq.cruz@example.com", created_at: new Date("2021-04-26T10:24:33Z") },
            { id: 72, full_name: "Isaac Shah", email: "isaac.shah@example.org", created_at: new Date("2021-12-25T15:20:21Z") },
            { id: 73, full_name: "Grace Carter", email: "grace.carter@example.org", created_at: new Date("2022-12-14T09:57:50Z") },
            { id: 74, full_name: null, email: null, created_at: new Date("2020-03-31T16:37:14Z") },
            { id: 75, full_name: "Hugo Cruz", email: "hugo.cruz@example.org", created_at: new Date("2021-01-20T17:20:19Z") },
            { id: 76, full_name: "Elif Hassan", email: "elif.hassan@example.org", created_at: new Date("2022-06-12T10:57:03Z") },
            { id: 77, full_name: "Alice Sousa", email: "alice.sousa@example.org", created_at: new Date("2023-04-15T06:16:53Z") },
            { id: 78, full_name: "Ines Schneider", email: "ines.schneider@example.com", created_at: new Date("2020-05-11T09:05:43Z") },
            { id: 79, full_name: "Kai Schmidt", email: "kai.schmidt@example.net", created_at: new Date("2020-04-20T14:23:18Z") },
            { id: 80, full_name: "Mohamed Young", email: "mohamed.young@example.com", created_at: new Date("2020-01-06T05:22:26Z") },
            { id: 81, full_name: "Sam Johnson", email: "sam.johnson@example.org", created_at: new Date("2023-03-12T17:42:23Z") },
            { id: 82, full_name: "Sven Gupta", email: "sven.gupta@example.org", created_at: new Date("2020-08-22T19:29:15Z") },
            { id: 83, full_name: "Tariq Singh", email: "tariq.singh@example.net", created_at: new Date("2023-02-16T13:01:52Z") },
            { id: 84, full_name: "Maja Wang", email: "maja.wang@example.net", created_at: new Date("2020-11-13T09:58:52Z") },
            { id: 85, full_name: "Sofia Nguyen", email: "sofia.nguyen@example.com", created_at: new Date("2022-03-28T12:21:11Z") },
            { id: 86, full_name: "Fatima Johnson", email: "fatima.johnson@example.org", created_at: new Date("2022-05-30T13:03:40Z") },
            { id: 87, full_name: null, email: null, created_at: new Date("2022-12-15T15:47:30Z") },
            { id: 88, full_name: "Felix Hoffmann", email: "felix.hoffmann@example.net", created_at: new Date("2021-05-24T16:48:44Z") },
            { id: 89, full_name: "Zoe Singh", email: "zoe.singh@example.com", created_at: new Date("2021-03-13T12:28:04Z") },
            { id: 90, full_name: null, email: null, created_at: new Date("2020-02-13T14:26:51Z") },
            { id: 91, full_name: "Ivan Zhang", email: "ivan.zhang@example.org", created_at: new Date("2022-04-07T09:06:52Z") },
            { id: 92, full_name: "Nina Brown", email: "nina.brown@example.com", created_at: new Date("2020-10-28T07:51:09Z") },
            { id: 93, full_name: "Chloe Wright", email: "chloe.wright@example.com", created_at: new Date("2022-05-04T15:51:43Z") },
            { id: 94, full_name: "Priya Carter", email: "priya.carter@example.com", created_at: new Date("2020-03-19T17:59:51Z") },
            { id: 95, full_name: null, email: null, created_at: new Date("2022-06-15T13:54:26Z") },
            { id: 96, full_name: "Selin Baker", email: "selin.baker@example.net", created_at: new Date("2023-12-08T17:55:23Z") },
            { id: 97, full_name: "Leo Ali", email: null, created_at: new Date("2020-12-16T17:53:53Z") },
            { id: 98, full_name: "Hannah Hansen", email: "hannah.hansen@example.com", created_at: new Date("2022-11-12T14:12:47Z") },
            { id: 99, full_name: "Fatima Flores", email: "fatima.flores@example.net", created_at: new Date("2022-09-19T15:16:29Z") },
            { id: 100, full_name: "Sofia Davis", email: "sofia.davis@example.org", created_at: new Date("2020-01-10T15:47:00Z") },
            { id: 101, full_name: "Priya Chen", email: "priya.chen@example.com", created_at: new Date("2023-03-19T15:09:33Z") },
            { id: 102, full_name: "Amir Johnson", email: "amir.johnson@example.net", created_at: new Date("2022-03-03T11:18:51Z") },
            { id: 103, full_name: null, email: null, created_at: new Date("2022-12-06T14:43:55Z") },
            { id: 104, full_name: "Ana Jansen", email: "ana.jansen@example.com", created_at: new Date("2021-09-30T10:52:32Z") },
            { id: 105, full_name: null, email: null, created_at: new Date("2022-08-11T16:28:35Z") },
            { id: 106, full_name: "Alice Flores", email: "alice.flores@example.org", created_at: new Date("2023-04-07T13:40:30Z") },
            { id: 107, full_name: "Nour Wright", email: "nour.wright@example.net", created_at: new Date("2021-10-04T10:13:05Z") },
            { id: 108, full_name: "Uma Sousa", email: "uma.sousa@example.com", created_at: new Date("2021-12-07T16:27:26Z") },
            { id: 109, full_name: "Jade Tanaka", email: "jade.tanaka@example.com", created_at: new Date("2020-12-27T13:46:47Z") },
            { id: 110, full_name: "Omar Meyer", email: "omar.meyer@example.com", created_at: new Date("2022-03-15T11:57:18Z") },
            { id: 111, full_name: "Yusuf Kaya", email: "yusuf.kaya@example.net", created_at: new Date("2020-07-04T15:21:28Z") },
            { id: 112, full_name: "Ines Schmidt", email: "ines.schmidt@example.net", created_at: new Date("2022-08-21T14:55:17Z") },
            { id: 113, full_name: "Elif Novak", email: null, created_at: new Date("2020-04-23T20:47:22Z") },
            { id: 114, full_name: "Ben Vargas", email: "ben.vargas@example.org", created_at: new Date("2020-05-24T08:43:44Z") },
            { id: 115, full_name: "Laura Larsen", email: "laura.larsen@example.org", created_at: new Date("2021-12-30T16:23:55Z") },
            { id: 116, full_name: "Maria Silva", email: "maria.silva@example.com", created_at: new Date("2021-10-31T10:12:03Z") },
            { id: 117, full_name: "Ines Silva", email: "ines.silva@example.net", created_at: new Date("2022-06-24T09:19:06Z") },
            { id: 118, full_name: "Omar Kim", email: "omar.kim@example.net", created_at: new Date("2021-08-01T09:56:19Z") },
            { id: 119, full_name: "Fatima Vargas", email: "fatima.vargas@example.com", created_at: new Date("2020-05-17T13:43:11Z") },
            { id: 120, full_name: null, email: null, created_at: new Date("2023-08-05T14:02:33Z") },
            { id: 121, full_name: "Julia Gupta", email: "julia.gupta@example.org", created_at: new Date("2022-03-23T13:20:35Z") },
            { id: 122, full_name: "Nour Hughes", email: "nour.hughes@example.org", created_at: new Date("2021-03-02T08:42:33Z") },
            { id: 123, full_name: "Maja Nguyen", email: "maja.nguyen@example.org", created_at: new Date("2021-09-30T10:55:35Z") },
            { id: 124, full_name: "Tariq Kaya", email: "tariq.kaya@example.com", created_at: new Date("2020-05-15T14:35:42Z") },
            { id: 125, full_name: "Andre Castro", email: null, created_at: new Date("2022-05-02T16:03:33Z") },
            { id: 126, full_name: null, email: null, created_at: new Date("2021-10-11T14:24:42Z") },
            { id: 127, full_name: "Omar Hoffmann", email: "omar.hoffmann@example.com", created_at: new Date("2021-10-26T12:55:13Z") },
            { id: 128, full_name: "Lena Zhang", email: "lena.zhang@example.org", created_at: new Date("2021-07-21T09:03:56Z") },
            { id: 129, full_name: "Zara Evans", email: "zara.evans@example.org", created_at: new Date("2020-12-01T16:07:17Z") },
            { id: 130, full_name: "Laura Shah", email: "laura.shah@example.com", created_at: new Date("2023-02-08T14:23:24Z") },
            { id: 131, full_name: "Olivia Moreau", email: null, created_at: new Date("2021-06-02T09:55:24Z") },
            { id: 132, full_name: "Ruby Flores", email: "ruby.flores@example.com", created_at: new Date("2023-08-25T11:26:09Z") },
            { id: 133, full_name: "Lucas Pereira", email: null, created_at: new Date("2022-09-04T08:43:48Z") },
            { id: 134, full_name: "Arjun Martin", email: "arjun.martin@example.org", created_at: new Date("2022-08-19T16:30:23Z") },
            { id: 135, full_name: "Deniz Yilmaz", email: "deniz.yilmaz@example.net", created_at: new Date("2022-01-31T18:57:43Z") },
            { id: 136, full_name: "Zoe Almeida", email: "zoe.almeida@example.net", created_at: new Date("2020-10-09T10:00:09Z") },
            { id: 137, full_name: "Marco Vargas", email: "marco.vargas@example.com", created_at: new Date("2023-03-06T11:40:06Z") },
            { id: 138, full_name: "Rafael Smith", email: "rafael.smith@example.net", created_at: new Date("2023-08-22T14:57:14Z") },
            { id: 139, full_name: "Chen Jansen", email: "chen.jansen@example.com", created_at: new Date("2020-08-14T16:24:28Z") },
            { id: 140, full_name: "Nadia Costa", email: "nadia.costa@example.net", created_at: new Date("2021-04-11T13:35:33Z") },
            { id: 141, full_name: null, email: null, created_at: new Date("2020-03-26T12:55:35Z") },
            { id: 142, full_name: "Oscar Shah", email: "oscar.shah@example.com", created_at: new Date("2021-08-24T10:36:37Z") },
            { id: 143, full_name: "Victor Costa", email: "victor.costa@example.com", created_at: new Date("2020-12-10T10:14:20Z") },
            { id: 144, full_name: "Elena Ali", email: "elena.ali@example.org", created_at: new Date("2022-03-31T13:15:55Z") },
            { id: 145, full_name: "Emma Martin", email: "emma.martin@example.net", created_at: new Date("2020-07-23T12:04:44Z") },
            { id: 146, full_name: "Tariq Jensen", email: "tariq.jensen@example.net", created_at: new Date("2021-11-12T12:26:48Z") },
            { id: 147, full_name: "Ivan Demir", email: "ivan.demir@example.com", created_at: new Date("2021-01-08T09:23:46Z") },
            { id: 148, full_name: "Arjun Schneider", email: "arjun.schneider@example.org", created_at: new Date("2022-04-20T10:49:08Z") },
            { id: 149, full_name: "Marco Sousa", email: "marco.sousa@example.org", created_at: new Date("2021-07-22T20:22:16Z") },
            { id: 150, full_name: "Lena Meyer", email: "lena.meyer@example.org", created_at: new Date("2021-05-20T14:04:05Z") },
        ],
    });
    await prisma.alerts.createMany({
        data: [
            { id: 1, user_id: 133, threshold: "99.63", alert_type: "email", created_at: new Date("2022-08-17T16:59:14Z") },
            { id: 2, user_id: 87, threshold: "13.48", alert_type: "email", created_at: new Date("2023-12-18T16:33:09Z") },
            { id: 3, user_id: 36, threshold: "57.48", alert_type: "sms", created_at: new Date("2020-08-28T02:57:29Z") },
            { id: 4, user_id: 131, threshold: "51.53", alert_type: "email", created_at: new Date("2023-03-18T15:00:15Z") },
            { id: 5, user_id: 56, threshold: "87.44", alert_type: "email", created_at: new Date("2022-12-13T10:24:18Z") },
            { id: 6, user_id: 36, threshold: "92.67", alert_type: "email", created_at: new Date("2023-01-17T17:10:09Z") },
            { id: 7, user_id: 29, threshold: "99.51", alert_type: "sms", created_at: new Date("2020-06-13T15:46:03Z") },
            { id: 8, user_id: 133, threshold: null, alert_type: "webhook", created_at: new Date("2021-10-10T08:47:13Z") },
            { id: 9, user_id: 66, threshold: "41.59", alert_type: "email", created_at: new Date("2023-10-20T12:47:48Z") },
            { id: 10, user_id: 22, threshold: null, alert_type: "webhook", created_at: new Date("2022-02-21T08:13:31Z") },
            { id: 11, user_id: 143, threshold: "4.07", alert_type: "email", created_at: new Date("2020-11-10T15:06:59Z") },
            { id: 12, user_id: 94, threshold: "1.11", alert_type: "email", created_at: new Date("2021-08-01T05:59:58Z") },
            { id: 13, user_id: 149, threshold: "91.54", alert_type: "email", created_at: new Date("2023-12-01T18:05:07Z") },
            { id: 14, user_id: 90, threshold: "56.38", alert_type: "email", created_at: new Date("2021-10-21T21:13:11Z") },
            { id: 15, user_id: 146, threshold: null, alert_type: "webhook", created_at: new Date("2020-07-30T19:51:54Z") },
            { id: 16, user_id: 24, threshold: "88.36", alert_type: "sms", created_at: new Date("2020-08-18T15:46:28Z") },
            { id: 17, user_id: 9, threshold: "82.31", alert_type: "email", created_at: new Date("2023-08-21T13:46:31Z") },
            { id: 18, user_id: 60, threshold: "34.45", alert_type: "email", created_at: new Date("2023-10-16T13:15:49Z") },
            { id: 19, user_id: 21, threshold: "33.29", alert_type: "sms", created_at: new Date("2021-11-11T08:28:37Z") },
            { id: 20, user_id: 109, threshold: "48.08", alert_type: "sms", created_at: new Date("2022-07-15T09:56:51Z") },
            { id: 21, user_id: 10, threshold: "86.87", alert_type: "email", created_at: new Date("2023-10-05T19:26:58Z") },
            { id: 22, user_id: 50, threshold: "97.96", alert_type: "email", created_at: new Date("2021-05-02T15:52:42Z") },
            { id: 23, user_id: 84, threshold: "53.09", alert_type: "email", created_at: new Date("2022-11-22T14:23:52Z") },
            { id: 24, user_id: 112, threshold: "83.47", alert_type: "sms", created_at: new Date("2020-01-24T11:52:01Z") },
            { id: 25, user_id: 18, threshold: "86.30", alert_type: "email", created_at: new Date("2020-11-17T16:41:48Z") },
            { id: 26, user_id: 43, threshold: "4.49", alert_type: "email", created_at: new Date("2022-09-05T08:23:50Z") },
            { id: 27, user_id: 72, threshold: "1.00", alert_type: "email", created_at: new Date("2023-06-15T14:45:28Z") },
            { id: 28, user_id: 60, threshold: null, alert_type: "webhook", created_at: new Date("2020-01-20T14:11:54Z") },
            { id: 29, user_id: 55, threshold: "64.15", alert_type: "email", created_at: new Date("2021-12-02T13:13:57Z") },
            { id: 30, user_id: 113, threshold: "99.48", alert_type: "email", created_at: new Date("2022-04-10T15:37:40Z") },
            { id: 31, user_id: 29, threshold: "92.01", alert_type: "email", created_at: new Date("2020-11-03T14:30:28Z") },
            { id: 32, user_id: 125, threshold: "25.94", alert_type: "sms", created_at: new Date("2023-05-07T13:55:23Z") },
            { id: 33, user_id: 115, threshold: "83.01", alert_type: "sms", created_at: new Date("2020-07-22T15:11:50Z") },
            { id: 34, user_id: 98, threshold: "60.15", alert_type: "email", created_at: new Date("2021-05-22T14:12:25Z") },
            { id: 35, user_id: 80, threshold: "86.18", alert_type: "email", created_at: new Date("2020-06-18T15:15:51Z") },
            { id: 36, user_id: 42, threshold: "71.15", alert_type: "email", created_at: new Date("2021-10-08T14:47:21Z") },
            { id: 37, user_id: 88, threshold: "39.65", alert_type: "email", created_at: new Date("2020-10-04T16:27:54Z") },
            { id: 38, user_id: 116, threshold: "94.91", alert_type: "email", created_at: new Date("2023-05-22T17:40:30Z") },
            { id: 39, user_id: 78, threshold: null, alert_type: "webhook", created_at: new Date("2021-02-28T09:00:22Z") },
            { id: 40, user_id: 32, threshold: "54.83", alert_type: "sms", created_at: new Date("2021-07-20T18:23:49Z") },
            { id: 41, user_id: 137, threshold: null, alert_type: "webhook", created_at: new Date("2021-09-04T14:18:49Z") },
            { id: 42, user_id: 9, threshold: null, alert_type: "webhook", created_at: new Date("2021-10-14T09:05:34Z") },
            { id: 43, user_id: 40, threshold: "29.88", alert_type: "email", created_at: new Date("2021-10-17T13:22:22Z") },
            { id: 44, user_id: 42, threshold: "50.05", alert_type: "email", created_at: new Date("2020-02-13T08:23:17Z") },
            { id: 45, user_id: 130, threshold: "98.57", alert_type: "email", created_at: new Date("2020-08-03T12:47:25Z") },
            { id: 46, user_id: 86, threshold: null, alert_type: "webhook", created_at: new Date("2022-02-08T15:12:11Z") },
            { id: 47, user_id: 46, threshold: null, alert_type: "webhook", created_at: new Date("2023-12-30T13:43:56Z") },
            { id: 48, user_id: 137, threshold: "92.83", alert_type: "email", created_at: new Date("2021-11-29T15:04:24Z") },
            { id: 49, user_id: 45, threshold: "41.48", alert_type: "email", created_at: new Date("2021-03-19T10:30:11Z") },
            { id: 50, user_id: 84, threshold: "58.33", alert_type: "sms", created_at: new Date("2021-04-29T15:13:27Z") },
            { id: 51, user_id: 86, threshold: "98.18", alert_type: "email", created_at: new Date("2023-10-14T14:04:41Z") },
            { id: 52, user_id: 121, threshold: "42.32", alert_type: "email", created_at: new Date("2020-01-01T10:24:31Z") },
            { id: 53, user_id: 66, threshold: "6.11", alert_type: "email", created_at: new Date("2023-10-26T10:51:15Z") },
            { id: 54, user_id: 142, threshold: "87.45", alert_type: "email", created_at: new Date("2023-02-26T07:47:17Z") },
            { id: 55, user_id: 119, threshold: null, alert_type: "webhook", created_at: new Date("2020-09-24T13:35:42Z") },
            { id: 56, user_id: 98, threshold: "90.74", alert_type: "sms", created_at: new Date("2020-07-22T09:36:26Z") },
            { id: 57, user_id: 23, threshold: "44.13", alert_type: "email", created_at: new Date("2021-08-02T09:31:20Z") },
            { id: 58, user_id: 53, threshold: "55.45", alert_type: "email", created_at: new Date("2021-11-10T11:03:54Z") },
            { id: 59, user_id: 130, threshold: null, alert_type: "webhook", created_at: new Date("2021-01-05T10:48:40Z") },
            { id: 60, user_id: 136, threshold: "52.79", alert_type: "email", created_at: new Date("2021-08-12T16:34:31Z") },
            { id: 61, user_id: 95, threshold: "37.11", alert_type: "sms", created_at: new Date("2021-08-08T14:22:16Z") },
            { id: 62, user_id: 71, threshold: "99.61", alert_type: "email", created_at: new Date("2020-07-05T10:22:56Z") },
            { id: 63, user_id: 133, threshold: null, alert_type: "webhook", created_at: new Date("2023-07-29T13:00:42Z") },
            { id: 64, user_id: 43, threshold: "14.35", alert_type: "email", created_at: new Date("2020-11-30T15:12:06Z") },
            { id: 65, user_id: 78, threshold: "98.28", alert_type: "email", created_at: new Date("2023-11-17T15:08:47Z") },
            { id: 66, user_id: 142, threshold: "50.37", alert_type: "email", created_at: new Date("2020-11-16T13:03:58Z") },
            { id: 67, user_id: 45, threshold: "74.12", alert_type: "sms", created_at: new Date("2023-03-04T13:44:11Z") },
            { id: 68, user_id: 104, threshold: "98.37", alert_type: "email", created_at: new Date("2023-08-29T10:52:01Z") },
            { id: 69, user_id: 21, threshold: "11.08", alert_type: "email", created_at: new Date("2022-03-04T15:05:30Z") },
            { id: 70, user_id: 44, threshold: "83.23", alert_type: "email", created_at: new Date("2023-08-12T13:32:54Z") },
            { id: 71, user_id: 141, threshold: null, alert_type: "webhook", created_at: new Date("2021-11-06T17:05:36Z") },
            { id: 72, user_id: 39, threshold: "18.12", alert_type: "email", created_at: new Date("2022-03-07T12:44:55Z") },
            { id: 73, user_id: 85, threshold: "99.88", alert_type: "sms", created_at: new Date("2020-09-18T12:15:47Z") },
            { id: 74, user_id: 130, threshold: null, alert_type: "webhook", created_at: new Date("2023-07-10T14:27:41Z") },
            { id: 75, user_id: 100, threshold: "87.23", alert_type: "email", created_at: new Date("2020-12-21T15:01:20Z") },
            { id: 76, user_id: 125, threshold: "33.51", alert_type: "email", created_at: new Date("2023-04-06T13:39:43Z") },
            { id: 77, user_id: 114, threshold: "98.49", alert_type: "email", created_at: new Date("2022-10-05T16:37:32Z") },
            { id: 78, user_id: 15, threshold: "70.28", alert_type: "email", created_at: new Date("2023-01-30T16:12:48Z") },
            { id: 79, user_id: 26, threshold: "74.34", alert_type: "email", created_at: new Date("2022-01-25T08:23:34Z") },
            { id: 80, user_id: 18, threshold: "26.14", alert_type: "sms", created_at: new Date("2020-08-05T02:14:51Z") },
            { id: 81, user_id: 137, threshold: "80.74", alert_type: "email", created_at: new Date("2020-12-20T19:48:48Z") },
            { id: 82, user_id: 87, threshold: "31.21", alert_type: "sms", created_at: new Date("2023-10-19T00:57:06Z") },
            { id: 83, user_id: 69, threshold: "38.29", alert_type: "sms", created_at: new Date("2023-11-28T14:44:05Z") },
            { id: 84, user_id: 19, threshold: "88.44", alert_type: "email", created_at: new Date("2020-09-14T14:25:14Z") },
            { id: 85, user_id: 136, threshold: "76.23", alert_type: "email", created_at: new Date("2020-04-09T10:40:49Z") },
            { id: 86, user_id: 120, threshold: "13.39", alert_type: "email", created_at: new Date("2020-10-20T14:59:29Z") },
            { id: 87, user_id: 55, threshold: "56.00", alert_type: "email", created_at: new Date("2022-02-03T13:37:55Z") },
            { id: 88, user_id: 125, threshold: "88.79", alert_type: "email", created_at: new Date("2020-09-04T15:27:52Z") },
            { id: 89, user_id: 99, threshold: "79.98", alert_type: "email", created_at: new Date("2023-05-20T10:37:01Z") },
            { id: 90, user_id: 22, threshold: "98.66", alert_type: "email", created_at: new Date("2021-08-30T15:13:44Z") },
            { id: 91, user_id: 115, threshold: "10.74", alert_type: "email", created_at: new Date("2021-11-10T10:40:46Z") },
            { id: 92, user_id: 31, threshold: "75.89", alert_type: "sms", created_at: new Date("2022-12-03T08:59:29Z") },
            { id: 93, user_id: 33, threshold: "93.10", alert_type: "email", created_at: new Date("2022-07-10T11:23:55Z") },
            { id: 94, user_id: 112, threshold: "99.90", alert_type: "email", created_at: new Date("2020-07-03T14:22:31Z") },
            { id: 95, user_id: 22, threshold: "95.29", alert_type: "sms", created_at: new Date("2022-09-09T07:41:14Z") },
            { id: 96, user_id: 61, threshold: "100.00", alert_type: "email", created_at: new Date("2021-08-11T18:23:01Z") },
            { id: 97, user_id: 99, threshold: "72.75", alert_type: "email", created_at: new Date("2020-06-14T16:26:47Z") },
            { id: 98, user_id: 43, threshold: "16.39", alert_type: "email", created_at: new Date("2022-01-17T13:43:56Z") },
            { id: 99, user_id: 14, threshold: "94.84", alert_type: "email", created_at: new Date("2021-05-10T10:53:19Z") },
            { id: 100, user_id: 99, threshold: "32.37", alert_type: "sms", created_at: new Date("2020-05-03T19:08:19Z") },
        ],
    });
    await prisma.dashboards.createMany({
        data: [
            { id: 1, user_id: 65, configuration: {"widgets":"several close after ground toward"}, created_at: new Date("2022-10-29T16:03:59Z"), visualization_type: "table", refresh_interval: 36 },
            { id: 2, user_id: 129, configuration: {"widgets":"reason section careful usual little plain easy minor"}, created_at: new Date("2022-10-30T08:17:22Z"), visualization_type: "pie", refresh_interval: 24 },
            { id: 3, user_id: 26, configuration: {"widgets":"order quiet normal update later easy today group"}, created_at: new Date("2022-03-30T11:39:02Z"), visualization_type: "pie", refresh_interval: 39 },
            { id: 4, user_id: 95, configuration: {"widgets":"month open final record still about usual"}, created_at: new Date("2023-08-09T10:09:43Z"), visualization_type: "line", refresh_interval: 31 },
            { id: 5, user_id: 95, configuration: {"widgets":"moving direct along total moment whole"}, created_at: new Date("2023-12-23T13:03:34Z"), visualization_type: "bar", refresh_interval: 33 },
            { id: 6, user_id: 37, configuration: {"widgets":"large again early system section first every"}, created_at: new Date("2022-04-08T18:46:47Z"), visualization_type: "pie", refresh_interval: 38 },
            { id: 7, user_id: 126, configuration: null, created_at: new Date("2021-12-08T15:50:30Z"), visualization_type: "line", refresh_interval: 36 },
            { id: 8, user_id: 94, configuration: null, created_at: new Date("2020-08-27T12:49:40Z"), visualization_type: "bar", refresh_interval: 27 },
            { id: 9, user_id: 88, configuration: {"widgets":"small"}, created_at: new Date("2022-11-29T16:12:30Z"), visualization_type: "line", refresh_interval: 15 },
            { id: 10, user_id: 142, configuration: {"widgets":"daily later"}, created_at: new Date("2021-04-23T15:45:22Z"), visualization_type: "pie", refresh_interval: 31 },
            { id: 11, user_id: 127, configuration: {"widgets":"recent quiet another major short direct"}, created_at: new Date("2022-11-09T12:56:43Z"), visualization_type: "table", refresh_interval: 38 },
            { id: 12, user_id: 32, configuration: {"widgets":"first special without recent detail"}, created_at: new Date("2023-09-20T17:17:42Z"), visualization_type: "table", refresh_interval: 43 },
            { id: 13, user_id: 142, configuration: {"widgets":"minor after direct major between little plain number"}, created_at: new Date("2022-01-09T12:45:58Z"), visualization_type: "line", refresh_interval: 34 },
            { id: 14, user_id: 129, configuration: {"widgets":"high large between morning light"}, created_at: new Date("2023-08-07T16:32:05Z"), visualization_type: "bar", refresh_interval: 49 },
            { id: 15, user_id: 82, configuration: {"widgets":"still level today various section simple"}, created_at: new Date("2020-03-28T11:12:24Z"), visualization_type: "pie", refresh_interval: 15 },
            { id: 16, user_id: 75, configuration: {"widgets":"reason ready natural steady"}, created_at: new Date("2022-11-07T09:51:27Z"), visualization_type: "pie", refresh_interval: 29 },
            { id: 17, user_id: 138, configuration: {"widgets":"example daily total light partial"}, created_at: new Date("2020-07-26T07:40:19Z"), visualization_type: "pie", refresh_interval: 44 },
            { id: 18, user_id: 18, configuration: {"widgets":"long great local follow without before"}, created_at: new Date("2020-05-26T10:16:49Z"), visualization_type: "bar", refresh_interval: 31 },
            { id: 19, user_id: 5, configuration: {"widgets":"clear still final often usual natural regular morning"}, created_at: new Date("2022-09-17T16:29:33Z"), visualization_type: "line", refresh_interval: 37 },
            { id: 20, user_id: 6, configuration: {"widgets":"first group often within yearly local around after whole always"}, created_at: new Date("2021-12-26T13:40:38Z"), visualization_type: "line", refresh_interval: 32 },
            { id: 21, user_id: 57, configuration: {"widgets":"another general period still simple along ground"}, created_at: new Date("2022-02-25T07:36:29Z"), visualization_type: "bar", refresh_interval: 23 },
            { id: 22, user_id: 45, configuration: {"widgets":"support still usual simple"}, created_at: new Date("2021-07-22T13:35:47Z"), visualization_type: "line", refresh_interval: 25 },
            { id: 23, user_id: 132, configuration: {"widgets":"without still regular great morning month easy"}, created_at: new Date("2020-04-12T10:54:09Z"), visualization_type: "pie", refresh_interval: 21 },
            { id: 24, user_id: 140, configuration: {"widgets":"matter level early outside quiet before still support without update"}, created_at: new Date("2021-06-15T13:07:45Z"), visualization_type: "pie", refresh_interval: 36 },
            { id: 25, user_id: 12, configuration: {"widgets":"given month local within common around regular support strong"}, created_at: new Date("2023-11-01T09:34:34Z"), visualization_type: "line", refresh_interval: 25 },
            { id: 26, user_id: 63, configuration: {"widgets":"order after because update within"}, created_at: new Date("2023-11-18T11:33:10Z"), visualization_type: "bar", refresh_interval: 34 },
            { id: 27, user_id: 53, configuration: {"widgets":"notice always between number happen review today another month usual"}, created_at: new Date("2022-08-03T10:52:13Z"), visualization_type: "bar", refresh_interval: 35 },
            { id: 28, user_id: 79, configuration: null, created_at: new Date("2022-05-23T09:48:26Z"), visualization_type: "bar", refresh_interval: 45 },
            { id: 29, user_id: 96, configuration: {"widgets":"matter major summary"}, created_at: new Date("2023-08-03T10:01:23Z"), visualization_type: "table", refresh_interval: 13 },
            { id: 30, user_id: 80, configuration: {"widgets":"quick later today second public single without"}, created_at: new Date("2023-02-02T10:46:19Z"), visualization_type: "bar", refresh_interval: 22 },
            { id: 31, user_id: 124, configuration: null, created_at: new Date("2021-12-26T22:24:42Z"), visualization_type: "table", refresh_interval: 29 },
            { id: 32, user_id: 6, configuration: {"widgets":"summary matter section easy partial first open"}, created_at: new Date("2023-01-02T10:38:44Z"), visualization_type: "table", refresh_interval: 17 },
            { id: 33, user_id: 45, configuration: {"widgets":"public still yearly general ready update light notice"}, created_at: new Date("2021-05-08T14:01:05Z"), visualization_type: "bar", refresh_interval: 14 },
            { id: 34, user_id: 150, configuration: {"widgets":"ready major review usual partial after detail early point"}, created_at: new Date("2021-05-28T18:35:10Z"), visualization_type: "table", refresh_interval: 22 },
            { id: 35, user_id: 61, configuration: {"widgets":"direct"}, created_at: new Date("2021-10-28T21:00:26Z"), visualization_type: "line", refresh_interval: 34 },
            { id: 36, user_id: 131, configuration: {"widgets":"whole other without large later before change"}, created_at: new Date("2020-01-23T08:21:32Z"), visualization_type: "bar", refresh_interval: 33 },
            { id: 37, user_id: 51, configuration: {"widgets":"update major before level change given ready partial"}, created_at: new Date("2022-09-24T13:56:51Z"), visualization_type: "table", refresh_interval: 35 },
            { id: 38, user_id: 122, configuration: {"widgets":"large various"}, created_at: new Date("2021-03-13T09:34:13Z"), visualization_type: "table", refresh_interval: 30 },
            { id: 39, user_id: 23, configuration: {"widgets":"system section usual order always total"}, created_at: new Date("2022-01-15T11:45:19Z"), visualization_type: "line", refresh_interval: 40 },
            { id: 40, user_id: 125, configuration: {"widgets":"number ready small plain little"}, created_at: new Date("2020-08-07T15:34:53Z"), visualization_type: "line", refresh_interval: 26 },
            { id: 41, user_id: 55, configuration: {"widgets":"strong without common total light"}, created_at: new Date("2020-05-11T16:56:30Z"), visualization_type: "line", refresh_interval: 21 },
            { id: 42, user_id: 135, configuration: {"widgets":"direct"}, created_at: new Date("2021-11-22T11:53:57Z"), visualization_type: "line", refresh_interval: 35 },
            { id: 43, user_id: 90, configuration: {"widgets":"close second around group steady little"}, created_at: new Date("2023-01-11T08:28:34Z"), visualization_type: "table", refresh_interval: 41 },
            { id: 44, user_id: 101, configuration: {"widgets":"morning notice toward period common before every order"}, created_at: new Date("2021-11-26T16:21:25Z"), visualization_type: "pie", refresh_interval: 35 },
            { id: 45, user_id: 74, configuration: {"widgets":"natural record order after yearly quiet short"}, created_at: new Date("2023-06-08T14:41:26Z"), visualization_type: "table", refresh_interval: 17 },
            { id: 46, user_id: 37, configuration: {"widgets":"follow early period"}, created_at: new Date("2023-10-08T09:44:49Z"), visualization_type: "pie", refresh_interval: 40 },
            { id: 47, user_id: 61, configuration: {"widgets":"happen group after plain without weekly easy morning follow"}, created_at: new Date("2021-03-26T15:39:49Z"), visualization_type: "table", refresh_interval: 41 },
            { id: 48, user_id: 68, configuration: {"widgets":"moment steady issue update large direct summary again special nearly"}, created_at: new Date("2021-12-25T12:45:54Z"), visualization_type: "pie", refresh_interval: 34 },
            { id: 49, user_id: 13, configuration: null, created_at: new Date("2022-05-27T18:46:24Z"), visualization_type: "bar", refresh_interval: 31 },
            { id: 50, user_id: 115, configuration: {"widgets":"support moving daily"}, created_at: new Date("2020-07-26T08:22:43Z"), visualization_type: "pie", refresh_interval: 29 },
            { id: 51, user_id: 104, configuration: {"widgets":"month example toward outside reason great several enough review recent"}, created_at: new Date("2021-10-20T07:42:04Z"), visualization_type: "bar", refresh_interval: 21 },
            { id: 52, user_id: 1, configuration: {"widgets":"point matter reason direct enough still total again support number"}, created_at: new Date("2020-10-21T10:38:05Z"), visualization_type: "line", refresh_interval: 44 },
            { id: 53, user_id: 33, configuration: {"widgets":"inside great useful always daily weekly month major"}, created_at: new Date("2020-06-07T08:11:07Z"), visualization_type: "bar", refresh_interval: 21 },
            { id: 54, user_id: 38, configuration: {"widgets":"matter between notice point still system common"}, created_at: new Date("2021-07-19T10:14:48Z"), visualization_type: "bar", refresh_interval: 23 },
            { id: 55, user_id: 102, configuration: null, created_at: new Date("2022-12-20T09:15:36Z"), visualization_type: "line", refresh_interval: 44 },
            { id: 56, user_id: 38, configuration: null, created_at: new Date("2023-01-22T13:38:41Z"), visualization_type: "pie", refresh_interval: 29 },
            { id: 57, user_id: 32, configuration: {"widgets":"review moment final today given follow enough local along"}, created_at: new Date("2020-08-26T15:37:59Z"), visualization_type: "pie", refresh_interval: 41 },
            { id: 58, user_id: 63, configuration: {"widgets":"natural around short follow order recent steady"}, created_at: new Date("2020-06-15T18:34:10Z"), visualization_type: "line", refresh_interval: 33 },
            { id: 59, user_id: 77, configuration: {"widgets":"single given month before"}, created_at: new Date("2021-07-22T09:52:54Z"), visualization_type: "bar", refresh_interval: 31 },
            { id: 60, user_id: 128, configuration: {"widgets":"change morning"}, created_at: new Date("2020-06-27T13:59:54Z"), visualization_type: "table", refresh_interval: 45 },
            { id: 61, user_id: 10, configuration: {"widgets":"great always because usual morning"}, created_at: new Date("2021-05-10T13:41:20Z"), visualization_type: "bar", refresh_interval: 47 },
            { id: 62, user_id: 116, configuration: {"widgets":"often number second reason"}, created_at: new Date("2020-10-17T15:19:28Z"), visualization_type: "table", refresh_interval: 42 },
            { id: 63, user_id: 140, configuration: {"widgets":"moment because local along strong within detail result given"}, created_at: new Date("2022-09-27T11:02:12Z"), visualization_type: "line", refresh_interval: 35 },
            { id: 64, user_id: 127, configuration: {"widgets":"steady summary large special public notice period other bright"}, created_at: new Date("2023-08-04T15:44:42Z"), visualization_type: "line", refresh_interval: 37 },
            { id: 65, user_id: 19, configuration: {"widgets":"still long follow notice again close because"}, created_at: new Date("2022-05-19T16:07:26Z"), visualization_type: "bar", refresh_interval: 39 },
            { id: 66, user_id: 12, configuration: {"widgets":"order without support light update various given special example because"}, created_at: new Date("2021-07-01T15:00:06Z"), visualization_type: "line", refresh_interval: 46 },
            { id: 67, user_id: 121, configuration: {"widgets":"system order ready issue point simple final result total normal"}, created_at: new Date("2020-04-10T01:39:13Z"), visualization_type: "bar", refresh_interval: 30 },
            { id: 68, user_id: 79, configuration: {"widgets":"total ready"}, created_at: new Date("2023-04-24T06:25:51Z"), visualization_type: "bar", refresh_interval: 41 },
            { id: 69, user_id: 73, configuration: {"widgets":"useful partial large given system short several various"}, created_at: new Date("2023-10-16T14:50:56Z"), visualization_type: "table", refresh_interval: 37 },
            { id: 70, user_id: 81, configuration: {"widgets":"bright section simple issue before yearly second single"}, created_at: new Date("2020-12-21T09:51:04Z"), visualization_type: "bar", refresh_interval: 34 },
            { id: 71, user_id: 101, configuration: {"widgets":"normal local major still system various plain"}, created_at: new Date("2022-08-27T09:10:40Z"), visualization_type: "line", refresh_interval: 39 },
            { id: 72, user_id: 32, configuration: {"widgets":"useful whole within update normal order"}, created_at: new Date("2020-03-06T14:41:55Z"), visualization_type: "table", refresh_interval: 19 },
            { id: 73, user_id: 16, configuration: {"widgets":"partial today number large group every ground"}, created_at: new Date("2021-06-09T14:30:19Z"), visualization_type: "bar", refresh_interval: 46 },
            { id: 74, user_id: 95, configuration: {"widgets":"today local common short group after"}, created_at: new Date("2023-11-27T16:37:18Z"), visualization_type: "table", refresh_interval: 33 },
            { id: 75, user_id: 31, configuration: {"widgets":"other careful close notice order"}, created_at: new Date("2022-07-26T14:20:59Z"), visualization_type: "table", refresh_interval: 37 },
            { id: 76, user_id: 62, configuration: {"widgets":"today daily clear normal quick enough along"}, created_at: new Date("2020-08-06T19:08:56Z"), visualization_type: "line", refresh_interval: 32 },
            { id: 77, user_id: 68, configuration: {"widgets":"inside record review daily"}, created_at: new Date("2023-12-27T10:16:34Z"), visualization_type: "line", refresh_interval: 44 },
            { id: 78, user_id: 56, configuration: {"widgets":"public local issue early after moment enough given nearly"}, created_at: new Date("2021-05-07T15:26:26Z"), visualization_type: "line", refresh_interval: 21 },
            { id: 79, user_id: 42, configuration: null, created_at: new Date("2023-07-29T12:34:10Z"), visualization_type: "bar", refresh_interval: 37 },
            { id: 80, user_id: 126, configuration: {"widgets":"partial"}, created_at: new Date("2022-03-18T12:21:57Z"), visualization_type: "bar", refresh_interval: 32 },
            { id: 81, user_id: 129, configuration: {"widgets":"moving special ground before every order toward first high"}, created_at: new Date("2021-02-04T16:14:55Z"), visualization_type: "pie", refresh_interval: 28 },
            { id: 82, user_id: 63, configuration: null, created_at: new Date("2022-09-25T13:35:38Z"), visualization_type: "table", refresh_interval: 41 },
            { id: 83, user_id: 89, configuration: null, created_at: new Date("2021-04-23T16:13:13Z"), visualization_type: "bar", refresh_interval: 15 },
            { id: 84, user_id: 76, configuration: {"widgets":"partial happen nearly enough local again"}, created_at: new Date("2022-01-31T08:29:56Z"), visualization_type: "bar", refresh_interval: 29 },
            { id: 85, user_id: 95, configuration: {"widgets":"weekly"}, created_at: new Date("2023-07-27T10:35:15Z"), visualization_type: "line", refresh_interval: 36 },
            { id: 86, user_id: 138, configuration: {"widgets":"recent before reason quiet issue"}, created_at: new Date("2020-10-24T12:36:39Z"), visualization_type: "line", refresh_interval: 39 },
            { id: 87, user_id: 40, configuration: {"widgets":"strong high second"}, created_at: new Date("2023-01-17T11:34:04Z"), visualization_type: "line", refresh_interval: 40 },
            { id: 88, user_id: 122, configuration: {"widgets":"strong result high special after between normal point total common"}, created_at: new Date("2021-06-03T10:03:54Z"), visualization_type: "bar", refresh_interval: 31 },
            { id: 89, user_id: 134, configuration: {"widgets":"common section enough natural quick"}, created_at: new Date("2021-12-15T14:35:28Z"), visualization_type: "line", refresh_interval: 20 },
            { id: 90, user_id: 107, configuration: {"widgets":"support every given easy single happen open inside"}, created_at: new Date("2023-06-12T15:43:30Z"), visualization_type: "pie", refresh_interval: 30 },
            { id: 91, user_id: 49, configuration: {"widgets":"other toward quick review another enough"}, created_at: new Date("2021-04-25T12:28:54Z"), visualization_type: "table", refresh_interval: 28 },
            { id: 92, user_id: 85, configuration: {"widgets":"great happen system regular ground after simple today within before"}, created_at: new Date("2021-05-06T16:50:28Z"), visualization_type: "pie", refresh_interval: 33 },
            { id: 93, user_id: 45, configuration: {"widgets":"large light high usual notice regular always detail morning"}, created_at: new Date("2021-09-23T14:16:06Z"), visualization_type: "pie", refresh_interval: 37 },
            { id: 94, user_id: 133, configuration: {"widgets":"nearly after"}, created_at: new Date("2021-05-13T15:00:07Z"), visualization_type: "table", refresh_interval: 38 },
            { id: 95, user_id: 82, configuration: {"widgets":"local small"}, created_at: new Date("2022-01-12T14:00:44Z"), visualization_type: "pie", refresh_interval: 37 },
            { id: 96, user_id: 20, configuration: {"widgets":"strong review order before enough"}, created_at: new Date("2023-07-09T16:54:34Z"), visualization_type: "pie", refresh_interval: 19 },
            { id: 97, user_id: 75, configuration: {"widgets":"review"}, created_at: new Date("2020-02-09T13:07:06Z"), visualization_type: "bar", refresh_interval: 47 },
            { id: 98, user_id: 30, configuration: {"widgets":"reason general support"}, created_at: new Date("2023-10-19T19:52:14Z"), visualization_type: "line", refresh_interval: 36 },
            { id: 99, user_id: 146, configuration: {"widgets":"point update ready"}, created_at: new Date("2021-01-23T13:51:47Z"), visualization_type: "pie", refresh_interval: 40 },
            { id: 100, user_id: 13, configuration: {"widgets":"daily toward number period"}, created_at: new Date("2021-07-09T22:59:32Z"), visualization_type: "line", refresh_interval: 38 },
            { id: 101, user_id: 91, configuration: {"widgets":"order another between usual ground small local special high later"}, created_at: new Date("2022-07-17T16:49:48Z"), visualization_type: "pie", refresh_interval: 23 },
            { id: 102, user_id: 121, configuration: {"widgets":"bright"}, created_at: new Date("2020-10-27T11:47:34Z"), visualization_type: "bar", refresh_interval: 24 },
            { id: 103, user_id: 39, configuration: {"widgets":"system later group clear common daily bright again yearly update"}, created_at: new Date("2021-02-17T13:25:55Z"), visualization_type: "line", refresh_interval: 36 },
            { id: 104, user_id: 134, configuration: null, created_at: new Date("2022-12-26T16:10:40Z"), visualization_type: "table", refresh_interval: 37 },
            { id: 105, user_id: 41, configuration: {"widgets":"matter ground first review"}, created_at: new Date("2020-09-24T10:34:08Z"), visualization_type: "pie", refresh_interval: 20 },
            { id: 106, user_id: 7, configuration: null, created_at: new Date("2020-05-24T18:11:56Z"), visualization_type: "pie", refresh_interval: 34 },
            { id: 107, user_id: 130, configuration: {"widgets":"ground toward weekly notice high simple"}, created_at: new Date("2021-01-19T11:07:57Z"), visualization_type: "pie", refresh_interval: 30 },
            { id: 108, user_id: 33, configuration: {"widgets":"plain around early toward summary update"}, created_at: new Date("2023-09-13T13:16:56Z"), visualization_type: "line", refresh_interval: 22 },
            { id: 109, user_id: 54, configuration: {"widgets":"weekly before issue other final various later public"}, created_at: new Date("2021-11-15T18:51:11Z"), visualization_type: "pie", refresh_interval: 39 },
            { id: 110, user_id: 121, configuration: {"widgets":"system period short again about strong morning"}, created_at: new Date("2022-12-08T07:48:01Z"), visualization_type: "table", refresh_interval: 28 },
            { id: 111, user_id: 147, configuration: {"widgets":"order several steady follow"}, created_at: new Date("2023-11-24T08:02:27Z"), visualization_type: "pie", refresh_interval: 34 },
            { id: 112, user_id: 138, configuration: {"widgets":"weekly toward common whole natural"}, created_at: new Date("2020-07-18T10:58:13Z"), visualization_type: "line", refresh_interval: 37 },
            { id: 113, user_id: 45, configuration: {"widgets":"clear between issue record other every"}, created_at: new Date("2023-10-09T17:22:10Z"), visualization_type: "pie", refresh_interval: 33 },
            { id: 114, user_id: 32, configuration: {"widgets":"summary single around yearly"}, created_at: new Date("2022-06-12T13:18:07Z"), visualization_type: "table", refresh_interval: 26 },
            { id: 115, user_id: 3, configuration: {"widgets":"level"}, created_at: new Date("2020-02-29T18:38:04Z"), visualization_type: "line", refresh_interval: 27 },
            { id: 116, user_id: 13, configuration: {"widgets":"local simple second again direct notice various several issue"}, created_at: new Date("2022-08-04T10:18:44Z"), visualization_type: "bar", refresh_interval: 14 },
            { id: 117, user_id: 123, configuration: {"widgets":"example review local support high around partial later"}, created_at: new Date("2021-10-23T13:16:00Z"), visualization_type: "line", refresh_interval: 20 },
            { id: 118, user_id: 120, configuration: {"widgets":"little"}, created_at: new Date("2022-11-26T10:23:29Z"), visualization_type: "line", refresh_interval: 29 },
            { id: 119, user_id: 113, configuration: {"widgets":"level issue toward small group"}, created_at: new Date("2021-03-31T00:32:29Z"), visualization_type: "line", refresh_interval: 44 },
            { id: 120, user_id: 16, configuration: {"widgets":"total along"}, created_at: new Date("2020-05-02T18:29:27Z"), visualization_type: "pie", refresh_interval: 24 },
            { id: 121, user_id: 97, configuration: null, created_at: new Date("2023-07-17T12:31:26Z"), visualization_type: "bar", refresh_interval: 40 },
            { id: 122, user_id: 104, configuration: {"widgets":"between long quiet direct major given level public careful total"}, created_at: new Date("2020-09-07T14:43:45Z"), visualization_type: "bar", refresh_interval: 42 },
            { id: 123, user_id: 40, configuration: {"widgets":"order easy still point large today after"}, created_at: new Date("2021-08-05T08:47:11Z"), visualization_type: "table", refresh_interval: 19 },
            { id: 124, user_id: 118, configuration: {"widgets":"notice because order"}, created_at: new Date("2020-08-02T07:08:51Z"), visualization_type: "pie", refresh_interval: 37 },
            { id: 125, user_id: 54, configuration: {"widgets":"morning detail various yearly enough order"}, created_at: new Date("2022-04-09T15:20:37Z"), visualization_type: "bar", refresh_interval: 29 },
            { id: 126, user_id: 66, configuration: {"widgets":"moment"}, created_at: new Date("2020-10-21T10:10:24Z"), visualization_type: "bar", refresh_interval: 14 },
            { id: 127, user_id: 45, configuration: {"widgets":"quick section group high short"}, created_at: new Date("2020-11-01T15:17:10Z"), visualization_type: "line", refresh_interval: 41 },
            { id: 128, user_id: 77, configuration: {"widgets":"about moving always regular"}, created_at: new Date("2023-01-20T12:01:33Z"), visualization_type: "line", refresh_interval: 32 },
            { id: 129, user_id: 12, configuration: {"widgets":"level ground partial about direct quiet review clear within"}, created_at: new Date("2022-11-01T15:48:26Z"), visualization_type: "bar", refresh_interval: 25 },
            { id: 130, user_id: 32, configuration: {"widgets":"long matter after"}, created_at: new Date("2021-09-13T11:34:36Z"), visualization_type: "table", refresh_interval: 41 },
            { id: 131, user_id: 88, configuration: {"widgets":"without quiet after again"}, created_at: new Date("2021-05-14T13:47:07Z"), visualization_type: "pie", refresh_interval: 31 },
            { id: 132, user_id: 88, configuration: {"widgets":"short small every daily plain recent moment toward support later"}, created_at: new Date("2023-12-10T13:16:13Z"), visualization_type: "table", refresh_interval: 43 },
            { id: 133, user_id: 123, configuration: {"widgets":"result other little"}, created_at: new Date("2022-01-31T16:50:16Z"), visualization_type: "pie", refresh_interval: 25 },
            { id: 134, user_id: 98, configuration: {"widgets":"moving early after morning toward system issue because open common"}, created_at: new Date("2021-10-01T14:15:08Z"), visualization_type: "bar", refresh_interval: 41 },
            { id: 135, user_id: 149, configuration: {"widgets":"useful various point moving often because another small regular"}, created_at: new Date("2022-05-08T07:24:55Z"), visualization_type: "bar", refresh_interval: 31 },
            { id: 136, user_id: 139, configuration: {"widgets":"close before direct change support regular quick large"}, created_at: new Date("2020-11-08T16:03:57Z"), visualization_type: "line", refresh_interval: 40 },
            { id: 137, user_id: 48, configuration: {"widgets":"several easy direct natural before moving bright"}, created_at: new Date("2023-05-20T15:10:23Z"), visualization_type: "line", refresh_interval: 27 },
            { id: 138, user_id: 88, configuration: {"widgets":"always month section after about large simple final"}, created_at: new Date("2022-09-28T15:37:35Z"), visualization_type: "bar", refresh_interval: 31 },
            { id: 139, user_id: 121, configuration: {"widgets":"again follow special other"}, created_at: new Date("2020-07-27T13:00:25Z"), visualization_type: "line", refresh_interval: 31 },
            { id: 140, user_id: 20, configuration: {"widgets":"ground order within several enough whole high follow every large"}, created_at: new Date("2021-08-23T09:31:54Z"), visualization_type: "bar", refresh_interval: 30 },
            { id: 141, user_id: 3, configuration: {"widgets":"careful about every minor long matter major again plain several"}, created_at: new Date("2022-07-31T12:54:54Z"), visualization_type: "bar", refresh_interval: 29 },
            { id: 142, user_id: 44, configuration: {"widgets":"example easy natural today every period final short"}, created_at: new Date("2023-01-04T10:58:12Z"), visualization_type: "bar", refresh_interval: 40 },
            { id: 143, user_id: 143, configuration: {"widgets":"moving update level ground morning"}, created_at: new Date("2023-08-31T15:24:47Z"), visualization_type: "pie", refresh_interval: 41 },
            { id: 144, user_id: 27, configuration: {"widgets":"point detail within little enough"}, created_at: new Date("2020-05-07T18:02:11Z"), visualization_type: "line", refresh_interval: 31 },
            { id: 145, user_id: 18, configuration: {"widgets":"quiet total various number easy normal final"}, created_at: new Date("2020-10-24T08:06:28Z"), visualization_type: "line", refresh_interval: 37 },
            { id: 146, user_id: 66, configuration: null, created_at: new Date("2023-03-22T07:46:46Z"), visualization_type: "pie", refresh_interval: 29 },
            { id: 147, user_id: 39, configuration: {"widgets":"month moment given"}, created_at: new Date("2021-04-19T13:29:15Z"), visualization_type: "bar", refresh_interval: 23 },
            { id: 148, user_id: 52, configuration: {"widgets":"high little single general issue bright happen"}, created_at: new Date("2022-11-23T15:56:53Z"), visualization_type: "line", refresh_interval: 24 },
            { id: 149, user_id: 29, configuration: {"widgets":"partial several long given"}, created_at: new Date("2020-08-16T13:26:36Z"), visualization_type: "line", refresh_interval: 32 },
            { id: 150, user_id: 129, configuration: {"widgets":"total"}, created_at: new Date("2023-05-27T11:36:10Z"), visualization_type: "line", refresh_interval: 30 },
            { id: 151, user_id: 41, configuration: null, created_at: new Date("2020-11-03T09:11:26Z"), visualization_type: "pie", refresh_interval: 47 },
            { id: 152, user_id: 51, configuration: {"widgets":"long moment"}, created_at: new Date("2021-09-09T10:33:49Z"), visualization_type: "pie", refresh_interval: 41 },
            { id: 153, user_id: 51, configuration: null, created_at: new Date("2020-01-17T16:15:06Z"), visualization_type: "pie", refresh_interval: 39 },
            { id: 154, user_id: 87, configuration: {"widgets":"because light morning plain general issue inside follow long"}, created_at: new Date("2021-08-13T11:33:30Z"), visualization_type: "bar", refresh_interval: 44 },
            { id: 155, user_id: 90, configuration: {"widgets":"quick toward plain point before still nearly"}, created_at: new Date("2020-03-11T17:14:12Z"), visualization_type: "line", refresh_interval: 25 },
            { id: 156, user_id: 81, configuration: {"widgets":"large steady local strong within moment today general"}, created_at: new Date("2021-09-10T14:52:46Z"), visualization_type: "pie", refresh_interval: 17 },
            { id: 157, user_id: 40, configuration: null, created_at: new Date("2022-10-24T16:47:19Z"), visualization_type: "table", refresh_interval: 29 },
            { id: 158, user_id: 35, configuration: {"widgets":"every summary point normal support"}, created_at: new Date("2021-10-16T11:35:27Z"), visualization_type: "line", refresh_interval: 40 },
            { id: 159, user_id: 97, configuration: {"widgets":"result usual level"}, created_at: new Date("2022-07-07T06:06:45Z"), visualization_type: "pie", refresh_interval: 31 },
            { id: 160, user_id: 105, configuration: null, created_at: new Date("2020-07-28T10:18:51Z"), visualization_type: "line", refresh_interval: 29 },
            { id: 161, user_id: 138, configuration: {"widgets":"direct ground section plain several"}, created_at: new Date("2020-06-13T14:12:05Z"), visualization_type: "table", refresh_interval: 25 },
            { id: 162, user_id: 114, configuration: null, created_at: new Date("2023-05-02T08:55:51Z"), visualization_type: "pie", refresh_interval: 27 },
            { id: 163, user_id: 120, configuration: {"widgets":"about reason another great clear useful section"}, created_at: new Date("2023-10-16T16:34:41Z"), visualization_type: "bar", refresh_interval: 25 },
            { id: 164, user_id: 135, configuration: {"widgets":"easy given within ground outside"}, created_at: new Date("2021-11-09T14:28:46Z"), visualization_type: "table", refresh_interval: 14 },
            { id: 165, user_id: 106, configuration: {"widgets":"careful point local normal example"}, created_at: new Date("2022-08-09T16:29:59Z"), visualization_type: "bar", refresh_interval: 27 },
            { id: 166, user_id: 30, configuration: null, created_at: new Date("2021-04-13T11:17:41Z"), visualization_type: "line", refresh_interval: 17 },
            { id: 167, user_id: 144, configuration: {"widgets":"natural update steady point issue large review again around"}, created_at: new Date("2020-03-29T08:32:15Z"), visualization_type: "pie", refresh_interval: 23 },
            { id: 168, user_id: 82, configuration: {"widgets":"general later weekly number review ground matter minor support"}, created_at: new Date("2020-03-29T10:32:13Z"), visualization_type: "pie", refresh_interval: 49 },
            { id: 169, user_id: 133, configuration: {"widgets":"detail"}, created_at: new Date("2023-06-16T15:33:54Z"), visualization_type: "pie", refresh_interval: 36 },
            { id: 170, user_id: 135, configuration: {"widgets":"moment example point other update today ground section"}, created_at: new Date("2021-09-07T16:09:24Z"), visualization_type: "table", refresh_interval: 40 },
            { id: 171, user_id: 3, configuration: {"widgets":"follow minor nearly"}, created_at: new Date("2020-03-17T08:20:54Z"), visualization_type: "table", refresh_interval: 23 },
            { id: 172, user_id: 54, configuration: {"widgets":"general clear direct simple"}, created_at: new Date("2023-08-06T14:15:24Z"), visualization_type: "bar", refresh_interval: 32 },
            { id: 173, user_id: 65, configuration: null, created_at: new Date("2023-09-25T11:34:18Z"), visualization_type: "pie", refresh_interval: 40 },
            { id: 174, user_id: 62, configuration: {"widgets":"high single clear"}, created_at: new Date("2022-05-13T17:33:33Z"), visualization_type: "table", refresh_interval: 26 },
            { id: 175, user_id: 78, configuration: null, created_at: new Date("2021-08-16T08:25:48Z"), visualization_type: "bar", refresh_interval: 35 },
            { id: 176, user_id: 109, configuration: {"widgets":"within number change light"}, created_at: new Date("2020-09-23T08:29:48Z"), visualization_type: "bar", refresh_interval: 25 },
            { id: 177, user_id: 74, configuration: {"widgets":"daily follow steady order system because light around"}, created_at: new Date("2022-02-21T11:26:37Z"), visualization_type: "bar", refresh_interval: 36 },
            { id: 178, user_id: 116, configuration: {"widgets":"before change toward final happen close always level easy"}, created_at: new Date("2023-09-13T16:15:48Z"), visualization_type: "table", refresh_interval: 37 },
            { id: 179, user_id: 3, configuration: {"widgets":"outside bright natural large toward direct summary"}, created_at: new Date("2022-08-12T18:24:12Z"), visualization_type: "table", refresh_interval: 17 },
            { id: 180, user_id: 6, configuration: {"widgets":"outside careful system light common level every always ready"}, created_at: new Date("2021-05-20T15:13:00Z"), visualization_type: "line", refresh_interval: 28 },
            { id: 181, user_id: 111, configuration: {"widgets":"ready quiet first various"}, created_at: new Date("2020-12-06T08:30:15Z"), visualization_type: "bar", refresh_interval: 26 },
            { id: 182, user_id: 90, configuration: {"widgets":"period issue order large happen often recent morning example natural"}, created_at: new Date("2020-11-28T17:41:28Z"), visualization_type: "bar", refresh_interval: 26 },
            { id: 183, user_id: 97, configuration: {"widgets":"nearly ready major"}, created_at: new Date("2022-06-04T17:53:50Z"), visualization_type: "bar", refresh_interval: 32 },
            { id: 184, user_id: 22, configuration: {"widgets":"around between daily often steady weekly example again point ground"}, created_at: new Date("2023-06-07T16:30:15Z"), visualization_type: "bar", refresh_interval: 54 },
            { id: 185, user_id: 121, configuration: {"widgets":"partial"}, created_at: new Date("2023-03-04T09:27:26Z"), visualization_type: "bar", refresh_interval: 38 },
            { id: 186, user_id: 41, configuration: {"widgets":"before period"}, created_at: new Date("2020-03-19T11:49:34Z"), visualization_type: "bar", refresh_interval: 27 },
            { id: 187, user_id: 18, configuration: {"widgets":"simple happen close"}, created_at: new Date("2022-04-07T16:43:12Z"), visualization_type: "table", refresh_interval: 31 },
            { id: 188, user_id: 118, configuration: {"widgets":"total still simple"}, created_at: new Date("2021-01-10T16:47:57Z"), visualization_type: "bar", refresh_interval: 27 },
            { id: 189, user_id: 23, configuration: {"widgets":"ground close period quiet nearly whole"}, created_at: new Date("2023-05-15T11:21:50Z"), visualization_type: "line", refresh_interval: 25 },
            { id: 190, user_id: 29, configuration: {"widgets":"local"}, created_at: new Date("2023-02-20T05:55:06Z"), visualization_type: "line", refresh_interval: 36 },
            { id: 191, user_id: 93, configuration: {"widgets":"later regular public early direct open local second"}, created_at: new Date("2022-12-12T09:20:31Z"), visualization_type: "line", refresh_interval: 26 },
            { id: 192, user_id: 69, configuration: {"widgets":"because long morning outside whole usual direct partial notice group"}, created_at: new Date("2022-10-21T17:31:11Z"), visualization_type: "line", refresh_interval: 27 },
            { id: 193, user_id: 78, configuration: null, created_at: new Date("2020-06-24T09:35:55Z"), visualization_type: "pie", refresh_interval: 38 },
            { id: 194, user_id: 96, configuration: {"widgets":"moving various update morning order example daily often early careful"}, created_at: new Date("2022-08-28T12:49:22Z"), visualization_type: "bar", refresh_interval: 40 },
            { id: 195, user_id: 88, configuration: {"widgets":"common review point month level special"}, created_at: new Date("2020-10-20T22:10:50Z"), visualization_type: "table", refresh_interval: 28 },
            { id: 196, user_id: 134, configuration: {"widgets":"point strong small"}, created_at: new Date("2020-06-22T13:29:12Z"), visualization_type: "line", refresh_interval: 30 },
            { id: 197, user_id: 64, configuration: {"widgets":"weekly again"}, created_at: new Date("2022-07-31T11:01:19Z"), visualization_type: "bar", refresh_interval: 40 },
            { id: 198, user_id: 61, configuration: {"widgets":"local moving system first issue direct"}, created_at: new Date("2021-10-22T15:39:27Z"), visualization_type: "line", refresh_interval: 28 },
            { id: 199, user_id: 5, configuration: {"widgets":"plain section before support great"}, created_at: new Date("2021-12-08T11:35:38Z"), visualization_type: "line", refresh_interval: 34 },
            { id: 200, user_id: 129, configuration: {"widgets":"careful another close system section great"}, created_at: new Date("2023-11-04T12:39:08Z"), visualization_type: "line", refresh_interval: 32 },
        ],
    });
    await prisma.queries.createMany({
        data: [
            { id: 1, user_id: 120, execution_time: "43.70", query_text: "select when", created_at: new Date("2022-08-29T14:19:59Z") },
            { id: 2, user_id: 19, execution_time: "76.91", query_text: "outer", created_at: new Date("2021-10-18T12:15:08Z") },
            { id: 3, user_id: 38, execution_time: "45.16", query_text: "intersect", created_at: new Date("2020-07-09T09:09:16Z") },
            { id: 4, user_id: 72, execution_time: "109.42", query_text: "view", created_at: new Date("2021-01-29T16:22:03Z") },
            { id: 5, user_id: 136, execution_time: "59.13", query_text: "select between", created_at: new Date("2020-06-09T19:16:41Z") },
            { id: 6, user_id: 116, execution_time: null, query_text: "update values", created_at: new Date("2020-02-25T11:34:48Z") },
            { id: 7, user_id: 83, execution_time: "77.39", query_text: "group join count", created_at: new Date("2023-04-26T21:30:55Z") },
            { id: 8, user_id: 95, execution_time: "80.10", query_text: "like left", created_at: new Date("2021-03-07T09:55:13Z") },
            { id: 9, user_id: 110, execution_time: null, query_text: "like", created_at: new Date("2020-03-31T18:56:48Z") },
            { id: 10, user_id: 53, execution_time: null, query_text: "outer", created_at: new Date("2023-06-17T08:48:52Z") },
            { id: 11, user_id: 87, execution_time: "46.66", query_text: "from max values", created_at: new Date("2023-06-02T11:06:08Z") },
            { id: 12, user_id: 106, execution_time: null, query_text: null, created_at: new Date("2020-08-07T13:21:29Z") },
            { id: 13, user_id: 122, execution_time: "65.84", query_text: "update", created_at: new Date("2021-05-28T06:41:21Z") },
            { id: 14, user_id: 123, execution_time: null, query_text: "distinct intersect outer", created_at: new Date("2021-02-05T10:38:48Z") },
            { id: 15, user_id: 63, execution_time: "69.53", query_text: "not", created_at: new Date("2020-04-06T01:54:19Z") },
            { id: 16, user_id: 12, execution_time: "92.75", query_text: "desc join asc", created_at: new Date("2022-03-09T15:15:47Z") },
            { id: 17, user_id: 109, execution_time: "59.78", query_text: "create drop delete", created_at: new Date("2023-04-21T08:22:48Z") },
            { id: 18, user_id: 56, execution_time: "61.55", query_text: "update", created_at: new Date("2023-03-01T20:41:58Z") },
            { id: 19, user_id: 67, execution_time: null, query_text: "select distinct exists", created_at: new Date("2021-12-06T17:51:41Z") },
            { id: 20, user_id: 8, execution_time: "73.15", query_text: "view drop order", created_at: new Date("2021-03-06T09:40:40Z") },
            { id: 21, user_id: 7, execution_time: "37.09", query_text: "asc exists drop", created_at: new Date("2023-10-25T19:59:31Z") },
            { id: 22, user_id: 121, execution_time: "37.32", query_text: "distinct else not", created_at: new Date("2023-08-15T13:40:55Z") },
            { id: 23, user_id: 88, execution_time: "47.82", query_text: "select procedure", created_at: new Date("2023-02-14T00:36:12Z") },
            { id: 24, user_id: 120, execution_time: "55.26", query_text: "except min order", created_at: new Date("2020-11-20T12:46:10Z") },
            { id: 25, user_id: 2, execution_time: "51.67", query_text: "like except on", created_at: new Date("2021-07-02T12:21:46Z") },
            { id: 26, user_id: 94, execution_time: "53.35", query_text: "on", created_at: new Date("2022-06-24T11:26:31Z") },
            { id: 27, user_id: 98, execution_time: "69.61", query_text: "delete in", created_at: new Date("2021-05-28T15:16:14Z") },
            { id: 28, user_id: 6, execution_time: "80.87", query_text: "union values", created_at: new Date("2020-09-15T14:54:44Z") },
            { id: 29, user_id: 45, execution_time: "66.73", query_text: "set as", created_at: new Date("2020-08-24T15:54:59Z") },
            { id: 30, user_id: 97, execution_time: "61.45", query_text: "order update inner", created_at: new Date("2023-03-12T09:14:42Z") },
            { id: 31, user_id: 150, execution_time: "63.25", query_text: "update asc", created_at: new Date("2022-03-23T10:02:23Z") },
            { id: 32, user_id: 90, execution_time: "62.15", query_text: null, created_at: new Date("2023-06-11T07:27:24Z") },
            { id: 33, user_id: 39, execution_time: "65.62", query_text: null, created_at: new Date("2020-04-10T20:26:48Z") },
            { id: 34, user_id: 101, execution_time: "43.78", query_text: "between left", created_at: new Date("2021-02-19T09:22:59Z") },
            { id: 35, user_id: 95, execution_time: "23.84", query_text: null, created_at: new Date("2020-12-15T20:16:52Z") },
            { id: 36, user_id: 61, execution_time: "56.16", query_text: "end where view", created_at: new Date("2021-10-10T18:49:47Z") },
            { id: 37, user_id: 20, execution_time: "80.01", query_text: "alter sum", created_at: new Date("2022-07-12T20:21:32Z") },
            { id: 38, user_id: 92, execution_time: "73.68", query_text: "between procedure intersect", created_at: new Date("2023-09-06T20:41:31Z") },
            { id: 39, user_id: 110, execution_time: "47.08", query_text: "except", created_at: new Date("2020-04-20T20:06:52Z") },
            { id: 40, user_id: 150, execution_time: "69.14", query_text: "create union", created_at: new Date("2021-11-30T13:00:24Z") },
            { id: 41, user_id: 85, execution_time: "29.44", query_text: "order max", created_at: new Date("2020-12-04T21:07:40Z") },
            { id: 42, user_id: 131, execution_time: "64.26", query_text: "in intersect having", created_at: new Date("2022-05-14T20:23:07Z") },
            { id: 43, user_id: 4, execution_time: "77.65", query_text: "and then", created_at: new Date("2022-07-05T18:35:38Z") },
            { id: 44, user_id: 100, execution_time: null, query_text: "in procedure max", created_at: new Date("2021-07-05T18:28:52Z") },
            { id: 45, user_id: 85, execution_time: "40.97", query_text: "insert", created_at: new Date("2020-06-26T12:53:18Z") },
            { id: 46, user_id: 18, execution_time: "76.03", query_text: null, created_at: new Date("2023-08-14T01:38:03Z") },
            { id: 47, user_id: 37, execution_time: "65.00", query_text: "drop alter and", created_at: new Date("2021-01-07T20:50:27Z") },
            { id: 48, user_id: 79, execution_time: "20.92", query_text: "avg", created_at: new Date("2020-09-12T20:42:10Z") },
            { id: 49, user_id: 9, execution_time: "68.28", query_text: "asc", created_at: new Date("2023-02-16T19:20:23Z") },
            { id: 50, user_id: 118, execution_time: "77.58", query_text: "count", created_at: new Date("2020-02-04T17:54:38Z") },
            { id: 51, user_id: 72, execution_time: "33.20", query_text: "or view", created_at: new Date("2023-09-04T07:56:13Z") },
            { id: 52, user_id: 117, execution_time: "28.06", query_text: "sum", created_at: new Date("2021-12-20T05:14:15Z") },
            { id: 53, user_id: 26, execution_time: "76.07", query_text: "set", created_at: new Date("2023-08-12T16:35:33Z") },
            { id: 54, user_id: 78, execution_time: "44.54", query_text: null, created_at: new Date("2023-08-26T10:13:33Z") },
            { id: 55, user_id: 80, execution_time: "85.15", query_text: "order", created_at: new Date("2021-10-05T21:07:52Z") },
            { id: 56, user_id: 145, execution_time: "69.18", query_text: "select function like", created_at: new Date("2023-06-15T10:10:25Z") },
            { id: 57, user_id: 32, execution_time: "71.45", query_text: "values offset when", created_at: new Date("2020-11-09T18:02:23Z") },
            { id: 58, user_id: 104, execution_time: "64.89", query_text: "and transaction between", created_at: new Date("2021-05-16T15:31:40Z") },
            { id: 59, user_id: 36, execution_time: "65.86", query_text: "left", created_at: new Date("2023-05-24T09:54:15Z") },
            { id: 60, user_id: 85, execution_time: "57.13", query_text: "inner union", created_at: new Date("2023-10-29T20:05:27Z") },
            { id: 61, user_id: 9, execution_time: "54.46", query_text: "avg desc and", created_at: new Date("2021-03-04T14:51:35Z") },
            { id: 62, user_id: 149, execution_time: "77.25", query_text: "and create", created_at: new Date("2022-09-26T19:16:26Z") },
            { id: 63, user_id: 53, execution_time: null, query_text: "exists join between", created_at: new Date("2023-06-06T13:07:06Z") },
            { id: 64, user_id: 148, execution_time: "50.45", query_text: null, created_at: new Date("2021-09-29T00:21:21Z") },
            { id: 65, user_id: 83, execution_time: "95.34", query_text: "sum", created_at: new Date("2022-10-23T21:02:53Z") },
            { id: 66, user_id: 119, execution_time: null, query_text: "by procedure not", created_at: new Date("2020-02-25T08:07:28Z") },
            { id: 67, user_id: 134, execution_time: "37.56", query_text: null, created_at: new Date("2020-12-16T14:31:23Z") },
            { id: 68, user_id: 28, execution_time: null, query_text: "having where on", created_at: new Date("2020-02-07T13:10:10Z") },
            { id: 69, user_id: 38, execution_time: "69.43", query_text: "when", created_at: new Date("2020-09-27T18:42:04Z") },
            { id: 70, user_id: 90, execution_time: "51.23", query_text: "offset values", created_at: new Date("2020-08-26T20:13:31Z") },
            { id: 71, user_id: 116, execution_time: "34.21", query_text: "except", created_at: new Date("2020-02-12T17:40:39Z") },
            { id: 72, user_id: 146, execution_time: "78.78", query_text: "view insert limit", created_at: new Date("2021-06-26T14:48:09Z") },
            { id: 73, user_id: 99, execution_time: "53.89", query_text: "outer", created_at: new Date("2022-08-19T07:25:00Z") },
            { id: 74, user_id: 86, execution_time: null, query_text: null, created_at: new Date("2022-03-25T12:43:06Z") },
            { id: 75, user_id: 149, execution_time: null, query_text: "transaction", created_at: new Date("2023-02-05T09:58:01Z") },
            { id: 76, user_id: 147, execution_time: "64.40", query_text: "create view", created_at: new Date("2023-01-10T12:28:21Z") },
            { id: 77, user_id: 108, execution_time: "65.19", query_text: "except", created_at: new Date("2022-04-10T09:35:16Z") },
            { id: 78, user_id: 25, execution_time: "76.27", query_text: "order procedure", created_at: new Date("2020-11-02T14:36:01Z") },
            { id: 79, user_id: 27, execution_time: "59.19", query_text: "view order", created_at: new Date("2023-08-19T17:57:39Z") },
            { id: 80, user_id: 64, execution_time: "93.41", query_text: "not inner exists", created_at: new Date("2022-07-12T17:43:03Z") },
            { id: 81, user_id: 139, execution_time: "67.32", query_text: null, created_at: new Date("2023-04-30T19:29:39Z") },
            { id: 82, user_id: 75, execution_time: null, query_text: "order table", created_at: new Date("2023-10-26T17:46:18Z") },
            { id: 83, user_id: 43, execution_time: "68.04", query_text: "between", created_at: new Date("2020-08-28T15:29:31Z") },
            { id: 84, user_id: 88, execution_time: "60.07", query_text: "right", created_at: new Date("2020-07-07T11:50:01Z") },
            { id: 85, user_id: 17, execution_time: "54.45", query_text: "count having", created_at: new Date("2021-11-26T16:33:54Z") },
            { id: 86, user_id: 92, execution_time: "73.50", query_text: "not", created_at: new Date("2020-09-07T18:18:46Z") },
            { id: 87, user_id: 65, execution_time: "57.40", query_text: "join", created_at: new Date("2020-04-20T06:06:32Z") },
            { id: 88, user_id: 120, execution_time: "76.06", query_text: "where", created_at: new Date("2020-12-31T17:46:23Z") },
            { id: 89, user_id: 138, execution_time: "55.01", query_text: "order set", created_at: new Date("2021-06-30T21:59:01Z") },
            { id: 90, user_id: 46, execution_time: "62.93", query_text: "insert desc then", created_at: new Date("2021-12-03T20:13:59Z") },
            { id: 91, user_id: 83, execution_time: "76.51", query_text: null, created_at: new Date("2020-11-26T16:06:33Z") },
            { id: 92, user_id: 125, execution_time: "37.30", query_text: "values on", created_at: new Date("2020-10-21T06:33:33Z") },
            { id: 93, user_id: 78, execution_time: "48.57", query_text: "by", created_at: new Date("2021-09-19T15:34:27Z") },
            { id: 94, user_id: 40, execution_time: "52.56", query_text: "table like having", created_at: new Date("2023-07-07T06:05:38Z") },
            { id: 95, user_id: 40, execution_time: "52.84", query_text: null, created_at: new Date("2021-04-25T18:56:02Z") },
            { id: 96, user_id: 93, execution_time: "51.29", query_text: "case not", created_at: new Date("2022-12-31T13:08:01Z") },
            { id: 97, user_id: 119, execution_time: "91.28", query_text: "distinct case function", created_at: new Date("2023-02-10T14:55:24Z") },
            { id: 98, user_id: 65, execution_time: "39.40", query_text: "join", created_at: new Date("2020-12-20T21:10:38Z") },
            { id: 99, user_id: 122, execution_time: "25.40", query_text: "or", created_at: new Date("2021-10-15T21:34:08Z") },
            { id: 100, user_id: 115, execution_time: "66.54", query_text: "sum and intersect", created_at: new Date("2021-04-10T15:00:29Z") },
            { id: 101, user_id: 102, execution_time: "71.40", query_text: "union inner", created_at: new Date("2022-09-30T22:04:39Z") },
            { id: 102, user_id: 131, execution_time: "64.07", query_text: "outer case procedure", created_at: new Date("2022-05-18T15:57:33Z") },
            { id: 103, user_id: 9, execution_time: "80.62", query_text: "function", created_at: new Date("2022-11-01T10:36:07Z") },
            { id: 104, user_id: 67, execution_time: "35.07", query_text: "min or transaction", created_at: new Date("2021-06-23T20:02:28Z") },
            { id: 105, user_id: 99, execution_time: "67.23", query_text: "inner", created_at: new Date("2022-03-20T09:51:06Z") },
            { id: 106, user_id: 134, execution_time: "80.25", query_text: "as function", created_at: new Date("2023-03-27T16:10:25Z") },
            { id: 107, user_id: 75, execution_time: "71.74", query_text: "where end not", created_at: new Date("2022-10-11T18:32:50Z") },
            { id: 108, user_id: 31, execution_time: null, query_text: "and then", created_at: new Date("2020-06-21T19:05:59Z") },
            { id: 109, user_id: 9, execution_time: "71.67", query_text: "max distinct", created_at: new Date("2020-02-15T18:33:12Z") },
            { id: 110, user_id: 48, execution_time: "66.72", query_text: "having join values", created_at: new Date("2020-10-05T14:25:26Z") },
            { id: 111, user_id: 37, execution_time: "41.02", query_text: "function and", created_at: new Date("2022-12-16T20:43:56Z") },
            { id: 112, user_id: 110, execution_time: "80.49", query_text: "group and or", created_at: new Date("2022-05-13T06:35:39Z") },
            { id: 113, user_id: 53, execution_time: "32.85", query_text: "procedure insert", created_at: new Date("2023-03-11T14:31:43Z") },
            { id: 114, user_id: 37, execution_time: "95.91", query_text: null, created_at: new Date("2021-11-05T18:15:31Z") },
            { id: 115, user_id: 142, execution_time: "28.42", query_text: "limit end asc", created_at: new Date("2020-05-02T20:05:01Z") },
            { id: 116, user_id: 86, execution_time: "64.69", query_text: "inner function", created_at: new Date("2021-06-04T18:31:07Z") },
            { id: 117, user_id: 85, execution_time: "49.23", query_text: "when function by", created_at: new Date("2021-06-28T23:58:25Z") },
            { id: 118, user_id: 50, execution_time: "61.92", query_text: "group", created_at: new Date("2020-08-09T17:02:17Z") },
            { id: 119, user_id: 87, execution_time: "34.79", query_text: "outer", created_at: new Date("2021-05-10T18:07:51Z") },
            { id: 120, user_id: 87, execution_time: "63.74", query_text: "not right left", created_at: new Date("2022-04-14T00:55:07Z") },
            { id: 121, user_id: 57, execution_time: "79.38", query_text: "insert index max", created_at: new Date("2020-12-30T05:27:21Z") },
            { id: 122, user_id: 56, execution_time: null, query_text: "case desc", created_at: new Date("2020-11-26T18:31:57Z") },
            { id: 123, user_id: 57, execution_time: null, query_text: "not group inner", created_at: new Date("2020-04-06T03:28:46Z") },
            { id: 124, user_id: 125, execution_time: "87.31", query_text: "as then left", created_at: new Date("2022-08-31T13:35:21Z") },
            { id: 125, user_id: 114, execution_time: "42.25", query_text: "procedure order", created_at: new Date("2020-04-10T08:38:56Z") },
            { id: 126, user_id: 3, execution_time: "50.29", query_text: "and alter", created_at: new Date("2021-06-20T14:39:27Z") },
            { id: 127, user_id: 142, execution_time: null, query_text: "then trigger else", created_at: new Date("2023-01-06T15:09:04Z") },
            { id: 128, user_id: 7, execution_time: "52.98", query_text: "transaction else intersect", created_at: new Date("2023-12-03T19:02:15Z") },
            { id: 129, user_id: 51, execution_time: "82.28", query_text: "inner alter as", created_at: new Date("2020-01-31T08:11:32Z") },
            { id: 130, user_id: 142, execution_time: "60.19", query_text: "intersect asc", created_at: new Date("2021-09-06T10:41:03Z") },
            { id: 131, user_id: 97, execution_time: "66.83", query_text: "join when", created_at: new Date("2020-06-23T18:10:43Z") },
            { id: 132, user_id: 142, execution_time: "57.27", query_text: "when", created_at: new Date("2023-02-07T07:42:28Z") },
            { id: 133, user_id: 12, execution_time: "36.76", query_text: "order", created_at: new Date("2023-03-22T18:17:02Z") },
            { id: 134, user_id: 138, execution_time: "42.94", query_text: "like from", created_at: new Date("2023-03-31T06:20:23Z") },
            { id: 135, user_id: 86, execution_time: "16.44", query_text: "asc like", created_at: new Date("2021-07-18T17:30:38Z") },
            { id: 136, user_id: 59, execution_time: "40.52", query_text: "in max", created_at: new Date("2020-09-25T15:29:08Z") },
            { id: 137, user_id: 70, execution_time: "62.52", query_text: "in procedure like", created_at: new Date("2023-10-25T14:44:22Z") },
            { id: 138, user_id: 17, execution_time: "55.11", query_text: "function", created_at: new Date("2022-01-20T19:55:38Z") },
            { id: 139, user_id: 83, execution_time: "54.66", query_text: "desc distinct index", created_at: new Date("2023-06-15T17:55:45Z") },
            { id: 140, user_id: 79, execution_time: null, query_text: "order values outer", created_at: new Date("2021-08-01T11:42:54Z") },
            { id: 141, user_id: 134, execution_time: "57.50", query_text: "alter function", created_at: new Date("2022-06-29T20:21:44Z") },
            { id: 142, user_id: 87, execution_time: "69.68", query_text: "trigger end", created_at: new Date("2020-05-05T11:59:44Z") },
            { id: 143, user_id: 47, execution_time: "98.30", query_text: "not", created_at: new Date("2023-05-20T07:58:37Z") },
            { id: 144, user_id: 10, execution_time: "76.94", query_text: "left where group", created_at: new Date("2021-11-18T08:34:40Z") },
            { id: 145, user_id: 97, execution_time: "36.17", query_text: "on", created_at: new Date("2021-11-30T11:19:20Z") },
            { id: 146, user_id: 149, execution_time: "86.25", query_text: "or in", created_at: new Date("2020-10-09T18:57:49Z") },
            { id: 147, user_id: 77, execution_time: "53.64", query_text: "left group index", created_at: new Date("2022-03-13T20:59:25Z") },
            { id: 148, user_id: 91, execution_time: "69.86", query_text: "and view between", created_at: new Date("2023-03-22T00:06:25Z") },
            { id: 149, user_id: 14, execution_time: "62.88", query_text: "not between procedure", created_at: new Date("2022-02-19T18:22:34Z") },
            { id: 150, user_id: 39, execution_time: "61.20", query_text: null, created_at: new Date("2020-03-30T18:54:06Z") },
            { id: 151, user_id: 62, execution_time: "45.73", query_text: null, created_at: new Date("2021-01-28T23:07:49Z") },
            { id: 152, user_id: 140, execution_time: "75.40", query_text: "like offset", created_at: new Date("2020-01-18T00:58:36Z") },
            { id: 153, user_id: 79, execution_time: "32.24", query_text: null, created_at: new Date("2020-10-08T21:09:20Z") },
            { id: 154, user_id: 142, execution_time: "35.97", query_text: "on order", created_at: new Date("2023-02-12T07:53:46Z") },
            { id: 155, user_id: 149, execution_time: "63.22", query_text: "by view end", created_at: new Date("2022-04-04T04:33:28Z") },
            { id: 156, user_id: 61, execution_time: "32.80", query_text: "sum", created_at: new Date("2021-04-09T19:46:53Z") },
            { id: 157, user_id: 95, execution_time: "60.61", query_text: "procedure right", created_at: new Date("2021-04-24T17:03:11Z") },
            { id: 158, user_id: 67, execution_time: null, query_text: "like", created_at: new Date("2021-10-07T20:17:35Z") },
            { id: 159, user_id: 87, execution_time: "53.27", query_text: null, created_at: new Date("2022-01-07T14:10:46Z") },
            { id: 160, user_id: 116, execution_time: "54.40", query_text: "offset", created_at: new Date("2022-02-24T13:19:54Z") },
            { id: 161, user_id: 150, execution_time: "66.99", query_text: "like right min", created_at: new Date("2022-05-25T09:53:59Z") },
            { id: 162, user_id: 38, execution_time: "92.56", query_text: "insert", created_at: new Date("2021-05-11T18:18:27Z") },
            { id: 163, user_id: 88, execution_time: "64.43", query_text: "group", created_at: new Date("2020-06-20T18:34:41Z") },
            { id: 164, user_id: 19, execution_time: "48.70", query_text: "delete asc left", created_at: new Date("2020-07-16T06:00:18Z") },
            { id: 165, user_id: 64, execution_time: "45.62", query_text: "join trigger", created_at: new Date("2022-12-18T09:48:00Z") },
            { id: 166, user_id: 113, execution_time: "83.52", query_text: "desc outer", created_at: new Date("2022-12-14T11:05:26Z") },
            { id: 167, user_id: 89, execution_time: "56.78", query_text: "function in", created_at: new Date("2020-06-25T14:48:46Z") },
            { id: 168, user_id: 142, execution_time: "44.55", query_text: "desc transaction having", created_at: new Date("2023-10-27T09:24:32Z") },
            { id: 169, user_id: 11, execution_time: "48.20", query_text: "update outer on", created_at: new Date("2022-08-25T14:03:30Z") },
            { id: 170, user_id: 115, execution_time: "49.19", query_text: "right procedure", created_at: new Date("2020-11-26T08:34:46Z") },
            { id: 171, user_id: 58, execution_time: null, query_text: "from", created_at: new Date("2023-01-10T10:39:31Z") },
            { id: 172, user_id: 130, execution_time: null, query_text: "set between except", created_at: new Date("2023-04-22T11:22:06Z") },
            { id: 173, user_id: 102, execution_time: "58.17", query_text: null, created_at: new Date("2020-12-22T23:07:53Z") },
            { id: 174, user_id: 127, execution_time: "34.56", query_text: "desc inner", created_at: new Date("2021-02-28T12:09:43Z") },
            { id: 175, user_id: 16, execution_time: "47.79", query_text: "count by trigger", created_at: new Date("2021-11-06T13:10:30Z") },
            { id: 176, user_id: 34, execution_time: "70.18", query_text: "in between group", created_at: new Date("2023-10-24T05:58:36Z") },
            { id: 177, user_id: 135, execution_time: "67.04", query_text: "outer create count", created_at: new Date("2023-05-13T12:30:34Z") },
            { id: 178, user_id: 24, execution_time: "70.55", query_text: "transaction exists like", created_at: new Date("2022-05-11T18:00:43Z") },
            { id: 179, user_id: 140, execution_time: null, query_text: "then", created_at: new Date("2021-03-24T16:16:07Z") },
            { id: 180, user_id: 4, execution_time: "62.35", query_text: "transaction", created_at: new Date("2020-01-10T14:57:41Z") },
            { id: 181, user_id: 71, execution_time: "68.88", query_text: "procedure", created_at: new Date("2021-05-26T08:25:20Z") },
            { id: 182, user_id: 46, execution_time: "50.87", query_text: "min as except", created_at: new Date("2023-10-03T09:30:46Z") },
            { id: 183, user_id: 6, execution_time: "49.74", query_text: "from sum", created_at: new Date("2022-05-28T16:46:41Z") },
            { id: 184, user_id: 126, execution_time: "50.07", query_text: "sum max trigger", created_at: new Date("2022-08-18T20:37:16Z") },
            { id: 185, user_id: 49, execution_time: "74.74", query_text: "end", created_at: new Date("2022-11-08T08:39:04Z") },
            { id: 186, user_id: 135, execution_time: "40.98", query_text: "sum trigger", created_at: new Date("2020-09-12T00:43:04Z") },
            { id: 187, user_id: 88, execution_time: "66.89", query_text: "where", created_at: new Date("2020-06-29T12:52:09Z") },
            { id: 188, user_id: 122, execution_time: "53.66", query_text: "sum distinct", created_at: new Date("2022-07-01T19:49:39Z") },
            { id: 189, user_id: 60, execution_time: "93.21", query_text: "transaction", created_at: new Date("2023-03-05T06:49:35Z") },
            { id: 190, user_id: 31, execution_time: "91.78", query_text: "inner group", created_at: new Date("2022-03-25T20:40:51Z") },
            { id: 191, user_id: 9, execution_time: "58.75", query_text: "on", created_at: new Date("2022-06-07T16:57:05Z") },
            { id: 192, user_id: 55, execution_time: "44.84", query_text: "case inner max", created_at: new Date("2022-02-21T18:48:52Z") },
            { id: 193, user_id: 72, execution_time: "27.06", query_text: "order offset limit", created_at: new Date("2021-03-06T21:50:54Z") },
            { id: 194, user_id: 88, execution_time: "87.11", query_text: "transaction", created_at: new Date("2023-10-10T18:29:43Z") },
            { id: 195, user_id: 134, execution_time: "84.09", query_text: "create from order", created_at: new Date("2023-03-17T21:48:18Z") },
            { id: 196, user_id: 144, execution_time: "57.80", query_text: "outer left table", created_at: new Date("2021-09-15T21:35:44Z") },
            { id: 197, user_id: 57, execution_time: "74.82", query_text: "when", created_at: new Date("2023-02-04T11:54:14Z") },
            { id: 198, user_id: 1, execution_time: "47.72", query_text: "from", created_at: new Date("2021-08-01T00:50:42Z") },
            { id: 199, user_id: 102, execution_time: "58.48", query_text: "having count inner", created_at: new Date("2020-12-21T16:10:59Z") },
            { id: 200, user_id: 72, execution_time: "27.73", query_text: null, created_at: new Date("2020-05-04T15:20:38Z") },
            { id: 201, user_id: 53, execution_time: "69.46", query_text: "exists as and", created_at: new Date("2020-03-27T22:41:20Z") },
            { id: 202, user_id: 112, execution_time: "76.17", query_text: "order", created_at: new Date("2020-04-01T16:18:47Z") },
            { id: 203, user_id: 82, execution_time: "54.18", query_text: null, created_at: new Date("2022-02-09T21:39:53Z") },
            { id: 204, user_id: 81, execution_time: "71.93", query_text: "distinct union from", created_at: new Date("2020-06-08T13:56:55Z") },
            { id: 205, user_id: 121, execution_time: "49.35", query_text: "delete set", created_at: new Date("2023-06-06T23:34:28Z") },
            { id: 206, user_id: 42, execution_time: "66.09", query_text: "update", created_at: new Date("2023-08-19T18:23:44Z") },
            { id: 207, user_id: 150, execution_time: "69.72", query_text: "drop view update", created_at: new Date("2021-08-25T13:50:56Z") },
            { id: 208, user_id: 54, execution_time: "50.49", query_text: "offset", created_at: new Date("2020-03-14T16:05:15Z") },
            { id: 209, user_id: 89, execution_time: "54.04", query_text: "in", created_at: new Date("2021-05-06T02:46:31Z") },
            { id: 210, user_id: 38, execution_time: "25.14", query_text: "like update intersect", created_at: new Date("2022-02-13T21:45:03Z") },
            { id: 211, user_id: 141, execution_time: "68.44", query_text: "create insert case", created_at: new Date("2021-06-22T22:32:13Z") },
            { id: 212, user_id: 118, execution_time: "27.50", query_text: null, created_at: new Date("2021-06-19T20:54:40Z") },
            { id: 213, user_id: 41, execution_time: "65.94", query_text: null, created_at: new Date("2020-10-12T17:06:51Z") },
            { id: 214, user_id: 18, execution_time: "92.92", query_text: "delete case", created_at: new Date("2023-12-30T09:32:08Z") },
            { id: 215, user_id: 147, execution_time: "98.30", query_text: "limit transaction", created_at: new Date("2023-03-06T14:21:16Z") },
            { id: 216, user_id: 53, execution_time: "44.69", query_text: "alter", created_at: new Date("2020-02-07T17:20:24Z") },
            { id: 217, user_id: 9, execution_time: "64.60", query_text: "procedure from then", created_at: new Date("2023-04-10T20:58:41Z") },
            { id: 218, user_id: 32, execution_time: "75.73", query_text: "sum", created_at: new Date("2020-03-08T21:12:13Z") },
            { id: 219, user_id: 23, execution_time: "82.32", query_text: "count select", created_at: new Date("2021-10-14T17:46:29Z") },
            { id: 220, user_id: 9, execution_time: "53.74", query_text: "index as", created_at: new Date("2020-09-05T09:55:15Z") },
            { id: 221, user_id: 123, execution_time: "62.47", query_text: null, created_at: new Date("2021-09-03T14:24:23Z") },
            { id: 222, user_id: 22, execution_time: "81.17", query_text: "view", created_at: new Date("2020-12-05T09:30:34Z") },
            { id: 223, user_id: 74, execution_time: null, query_text: "left view intersect", created_at: new Date("2020-04-27T18:50:30Z") },
            { id: 224, user_id: 120, execution_time: "62.08", query_text: "delete max group", created_at: new Date("2022-11-22T15:56:14Z") },
            { id: 225, user_id: 37, execution_time: "33.71", query_text: "insert when or", created_at: new Date("2021-03-19T17:05:09Z") },
            { id: 226, user_id: 127, execution_time: "29.05", query_text: "case", created_at: new Date("2023-11-25T21:56:54Z") },
            { id: 227, user_id: 116, execution_time: "95.93", query_text: "index avg end", created_at: new Date("2020-09-02T12:21:21Z") },
            { id: 228, user_id: 67, execution_time: null, query_text: "except in", created_at: new Date("2022-06-20T17:45:05Z") },
            { id: 229, user_id: 132, execution_time: "31.96", query_text: "trigger desc", created_at: new Date("2023-02-05T16:18:18Z") },
            { id: 230, user_id: 1, execution_time: "67.58", query_text: "outer", created_at: new Date("2021-09-12T13:39:12Z") },
            { id: 231, user_id: 93, execution_time: "66.72", query_text: "like by table", created_at: new Date("2020-05-14T18:33:21Z") },
            { id: 232, user_id: 85, execution_time: "46.26", query_text: "sum count except", created_at: new Date("2020-03-26T10:41:22Z") },
            { id: 233, user_id: 43, execution_time: "71.51", query_text: "then order", created_at: new Date("2023-03-17T23:30:01Z") },
            { id: 234, user_id: 143, execution_time: "41.30", query_text: "and by", created_at: new Date("2022-10-07T13:45:51Z") },
            { id: 235, user_id: 27, execution_time: "70.95", query_text: "select where avg", created_at: new Date("2021-12-15T08:22:47Z") },
            { id: 236, user_id: 77, execution_time: "39.66", query_text: "else", created_at: new Date("2023-07-29T08:39:57Z") },
            { id: 237, user_id: 87, execution_time: null, query_text: "intersect and", created_at: new Date("2020-05-24T20:07:43Z") },
            { id: 238, user_id: 126, execution_time: "61.28", query_text: "exists intersect table", created_at: new Date("2022-12-11T19:11:06Z") },
            { id: 239, user_id: 135, execution_time: "94.32", query_text: null, created_at: new Date("2020-03-02T10:57:53Z") },
            { id: 240, user_id: 80, execution_time: "56.89", query_text: "alter", created_at: new Date("2021-03-28T21:15:16Z") },
            { id: 241, user_id: 103, execution_time: "71.06", query_text: "group or", created_at: new Date("2020-10-21T19:44:49Z") },
            { id: 242, user_id: 63, execution_time: "35.55", query_text: "update when", created_at: new Date("2022-05-07T18:50:42Z") },
            { id: 243, user_id: 56, execution_time: "64.72", query_text: "group", created_at: new Date("2020-01-19T09:14:09Z") },
            { id: 244, user_id: 61, execution_time: "60.89", query_text: "select", created_at: new Date("2021-03-07T14:52:18Z") },
            { id: 245, user_id: 8, execution_time: "85.57", query_text: "inner max", created_at: new Date("2020-02-03T13:26:21Z") },
            { id: 246, user_id: 122, execution_time: "69.34", query_text: "end trigger index", created_at: new Date("2022-11-16T18:52:47Z") },
            { id: 247, user_id: 63, execution_time: "80.28", query_text: null, created_at: new Date("2023-03-23T12:23:35Z") },
            { id: 248, user_id: 64, execution_time: "57.43", query_text: "table", created_at: new Date("2021-05-09T13:46:53Z") },
            { id: 249, user_id: 97, execution_time: "51.68", query_text: "drop else having", created_at: new Date("2023-09-21T14:46:31Z") },
            { id: 250, user_id: 87, execution_time: "8.15", query_text: null, created_at: new Date("2021-04-17T17:17:17Z") },
            { id: 251, user_id: 130, execution_time: "84.22", query_text: "view delete", created_at: new Date("2022-04-19T22:44:36Z") },
            { id: 252, user_id: 147, execution_time: "101.02", query_text: "inner", created_at: new Date("2021-04-18T19:11:52Z") },
            { id: 253, user_id: 37, execution_time: "83.15", query_text: "trigger", created_at: new Date("2021-01-03T19:52:21Z") },
            { id: 254, user_id: 81, execution_time: "47.00", query_text: "as asc", created_at: new Date("2023-11-20T00:32:04Z") },
            { id: 255, user_id: 117, execution_time: "68.05", query_text: null, created_at: new Date("2020-02-19T20:08:35Z") },
            { id: 256, user_id: 32, execution_time: "44.46", query_text: "on and", created_at: new Date("2021-10-13T10:31:33Z") },
            { id: 257, user_id: 128, execution_time: "88.47", query_text: "in not on", created_at: new Date("2022-04-30T23:16:17Z") },
            { id: 258, user_id: 56, execution_time: "50.14", query_text: "delete offset", created_at: new Date("2021-04-04T12:28:07Z") },
            { id: 259, user_id: 121, execution_time: "35.67", query_text: null, created_at: new Date("2022-03-29T11:34:28Z") },
            { id: 260, user_id: 90, execution_time: "61.29", query_text: "where transaction or", created_at: new Date("2022-05-29T14:11:42Z") },
            { id: 261, user_id: 44, execution_time: "70.25", query_text: null, created_at: new Date("2020-06-25T14:38:11Z") },
            { id: 262, user_id: 39, execution_time: "76.99", query_text: "exists", created_at: new Date("2020-01-07T18:36:24Z") },
            { id: 263, user_id: 114, execution_time: "63.07", query_text: "procedure avg", created_at: new Date("2023-02-24T13:01:07Z") },
            { id: 264, user_id: 31, execution_time: "32.41", query_text: "where distinct in", created_at: new Date("2021-10-30T14:05:49Z") },
            { id: 265, user_id: 72, execution_time: "30.27", query_text: "avg", created_at: new Date("2020-02-01T09:42:40Z") },
            { id: 266, user_id: 10, execution_time: "37.70", query_text: "view exists except", created_at: new Date("2022-01-26T13:54:57Z") },
            { id: 267, user_id: 80, execution_time: "76.29", query_text: "alter avg except", created_at: new Date("2023-09-19T12:33:04Z") },
            { id: 268, user_id: 63, execution_time: "63.67", query_text: "or max then", created_at: new Date("2023-08-09T11:26:22Z") },
            { id: 269, user_id: 148, execution_time: "46.37", query_text: "intersect", created_at: new Date("2020-04-14T17:19:50Z") },
            { id: 270, user_id: 139, execution_time: "62.50", query_text: "between group transaction", created_at: new Date("2020-07-10T14:00:45Z") },
            { id: 271, user_id: 95, execution_time: "61.83", query_text: "else between end", created_at: new Date("2023-12-31T14:21:43Z") },
            { id: 272, user_id: 32, execution_time: "62.82", query_text: "index", created_at: new Date("2021-02-07T17:35:35Z") },
            { id: 273, user_id: 90, execution_time: "44.81", query_text: "set", created_at: new Date("2021-02-18T14:14:38Z") },
            { id: 274, user_id: 79, execution_time: "65.92", query_text: "alter table", created_at: new Date("2020-08-16T19:01:47Z") },
            { id: 275, user_id: 106, execution_time: "58.33", query_text: "view intersect", created_at: new Date("2023-08-27T22:28:50Z") },
            { id: 276, user_id: 73, execution_time: null, query_text: "view create values", created_at: new Date("2020-06-15T10:23:19Z") },
            { id: 277, user_id: 79, execution_time: "83.60", query_text: "case not", created_at: new Date("2021-11-25T08:05:57Z") },
            { id: 278, user_id: 145, execution_time: "45.30", query_text: "sum", created_at: new Date("2023-10-07T08:24:05Z") },
            { id: 279, user_id: 104, execution_time: "74.57", query_text: "alter", created_at: new Date("2022-05-17T02:50:21Z") },
            { id: 280, user_id: 82, execution_time: "53.95", query_text: "inner", created_at: new Date("2022-12-18T21:15:06Z") },
            { id: 281, user_id: 26, execution_time: "64.94", query_text: "by", created_at: new Date("2021-08-22T19:52:27Z") },
            { id: 282, user_id: 69, execution_time: "47.03", query_text: "outer count max", created_at: new Date("2020-04-05T19:15:38Z") },
            { id: 283, user_id: 49, execution_time: "50.74", query_text: "max on", created_at: new Date("2022-01-11T00:03:30Z") },
            { id: 284, user_id: 31, execution_time: "74.00", query_text: "function", created_at: new Date("2022-08-26T18:03:42Z") },
            { id: 285, user_id: 99, execution_time: null, query_text: "select", created_at: new Date("2023-11-26T21:54:10Z") },
            { id: 286, user_id: 67, execution_time: "59.03", query_text: "desc table not", created_at: new Date("2023-10-03T03:34:44Z") },
            { id: 287, user_id: 139, execution_time: "59.64", query_text: "count", created_at: new Date("2020-12-17T18:28:18Z") },
            { id: 288, user_id: 137, execution_time: "75.63", query_text: "avg", created_at: new Date("2022-12-16T19:35:43Z") },
            { id: 289, user_id: 8, execution_time: "73.37", query_text: "alter insert", created_at: new Date("2021-03-15T10:58:57Z") },
            { id: 290, user_id: 149, execution_time: "94.21", query_text: null, created_at: new Date("2022-07-06T04:31:56Z") },
            { id: 291, user_id: 143, execution_time: "61.36", query_text: "count alter as", created_at: new Date("2020-01-02T07:09:51Z") },
            { id: 292, user_id: 146, execution_time: "65.79", query_text: "and left", created_at: new Date("2020-12-20T14:31:18Z") },
            { id: 293, user_id: 150, execution_time: "42.26", query_text: "trigger offset where", created_at: new Date("2020-10-29T20:38:33Z") },
            { id: 294, user_id: 85, execution_time: "38.25", query_text: "trigger count", created_at: new Date("2021-04-08T19:41:52Z") },
            { id: 295, user_id: 82, execution_time: "68.49", query_text: "update table", created_at: new Date("2023-05-17T19:35:53Z") },
            { id: 296, user_id: 139, execution_time: "29.41", query_text: "or", created_at: new Date("2021-09-23T01:52:39Z") },
            { id: 297, user_id: 32, execution_time: "101.07", query_text: null, created_at: new Date("2023-12-17T20:51:44Z") },
            { id: 298, user_id: 7, execution_time: "50.70", query_text: "table transaction like", created_at: new Date("2022-05-19T14:58:32Z") },
            { id: 299, user_id: 141, execution_time: null, query_text: "sum end", created_at: new Date("2021-08-05T06:05:52Z") },
            { id: 300, user_id: 141, execution_time: "41.18", query_text: "alter case desc", created_at: new Date("2022-01-04T21:53:18Z") },
        ],
    });
    await prisma.performance_metrics.createMany({
        data: [
            { id: 1, query_id: 169, metric_name: "optimization", metric_value: "84.63", recorded_at: new Date("2022-05-29T22:46:40Z") },
            { id: 2, query_id: 294, metric_name: "performance logging", metric_value: "69.84", recorded_at: new Date("2020-08-10T05:44:38Z") },
            { id: 3, query_id: 299, metric_name: "benchmark", metric_value: "88.91", recorded_at: new Date("2021-11-25T13:29:45Z") },
            { id: 4, query_id: 132, metric_name: "query-count load-time", metric_value: "99.32", recorded_at: new Date("2022-04-03T09:52:58Z") },
            { id: 5, query_id: 130, metric_name: "degradation failure-rate", metric_value: "86.36", recorded_at: new Date("2020-10-29T00:07:31Z") },
            { id: 6, query_id: 86, metric_name: "cost-effectiveness", metric_value: "21.74", recorded_at: new Date("2021-04-25T11:32:38Z") },
            { id: 7, query_id: 122, metric_name: "saturation profiling resource-allocation", metric_value: "26.98", recorded_at: new Date("2021-10-25T22:59:59Z") },
            { id: 8, query_id: 200, metric_name: "disk-io", metric_value: "78.34", recorded_at: new Date("2021-01-05T08:35:26Z") },
            { id: 9, query_id: 153, metric_name: "connection-pool response-time monitoring", metric_value: "19.38", recorded_at: new Date("2020-01-12T15:25:36Z") },
            { id: 10, query_id: 160, metric_name: "cpu-usage network-traffic reliability", metric_value: "97.66", recorded_at: new Date("2021-05-25T12:58:53Z") },
            { id: 11, query_id: 79, metric_name: "service-level redundancy", metric_value: "72.59", recorded_at: new Date("2021-10-27T05:46:19Z") },
            { id: 12, query_id: 159, metric_name: "wait-time alerting degradation", metric_value: "80.02", recorded_at: new Date("2020-11-06T20:40:57Z") },
            { id: 13, query_id: 217, metric_name: "logging failover", metric_value: "63.13", recorded_at: new Date("2022-06-16T18:43:41Z") },
            { id: 14, query_id: 220, metric_name: "bottleneck cache-hit degradation", metric_value: "41.80", recorded_at: new Date("2022-10-02T23:18:15Z") },
            { id: 15, query_id: 200, metric_name: "load-time availability", metric_value: "18.25", recorded_at: new Date("2023-02-01T22:32:47Z") },
            { id: 16, query_id: 88, metric_name: "profiling network-traffic", metric_value: "94.21", recorded_at: new Date("2023-03-14T03:09:31Z") },
            { id: 17, query_id: 126, metric_name: "cache-hit response-variance", metric_value: "13.14", recorded_at: new Date("2023-01-05T14:55:36Z") },
            { id: 18, query_id: 242, metric_name: "cache-hit performance", metric_value: "73.46", recorded_at: new Date("2022-09-07T02:13:02Z") },
            { id: 19, query_id: 96, metric_name: "service-level utilization success-rate", metric_value: "97.74", recorded_at: new Date("2023-10-03T03:06:37Z") },
            { id: 20, query_id: 277, metric_name: "cache-hit cost-effectiveness efficiency", metric_value: "8.04", recorded_at: new Date("2021-08-29T02:06:46Z") },
            { id: 21, query_id: 43, metric_name: "redundancy latency saturation", metric_value: "63.52", recorded_at: new Date("2021-03-07T23:19:33Z") },
            { id: 22, query_id: 187, metric_name: "scalability redundancy performance", metric_value: "83.54", recorded_at: new Date("2021-04-03T22:15:04Z") },
            { id: 23, query_id: 243, metric_name: "alerting execution-time", metric_value: "80.02", recorded_at: new Date("2023-07-23T10:28:25Z") },
            { id: 24, query_id: 88, metric_name: "scalability connection-pool performance", metric_value: "99.81", recorded_at: new Date("2022-03-30T09:46:02Z") },
            { id: 25, query_id: 95, metric_name: "throughput failover availability", metric_value: "99.65", recorded_at: new Date("2022-01-07T06:24:43Z") },
            { id: 26, query_id: 193, metric_name: "error-rate", metric_value: "58.00", recorded_at: new Date("2020-11-02T21:10:54Z") },
            { id: 27, query_id: 163, metric_name: "error-rate reliability", metric_value: "99.98", recorded_at: new Date("2022-04-10T20:43:16Z") },
            { id: 28, query_id: 293, metric_name: "disk-io query-count redundancy", metric_value: "48.72", recorded_at: new Date("2021-09-08T13:56:43Z") },
            { id: 29, query_id: 277, metric_name: "logging wait-time throughput", metric_value: "8.71", recorded_at: new Date("2020-04-28T20:32:33Z") },
            { id: 30, query_id: 90, metric_name: "query-count availability", metric_value: "24.93", recorded_at: new Date("2023-11-12T09:02:04Z") },
            { id: 31, query_id: 163, metric_name: "cpu-usage latency-variance network-traffic", metric_value: "48.15", recorded_at: new Date("2020-10-23T15:49:42Z") },
            { id: 32, query_id: 215, metric_name: "scalability", metric_value: "89.26", recorded_at: new Date("2022-01-22T21:43:59Z") },
            { id: 33, query_id: 253, metric_name: "throughput execution-time", metric_value: "92.19", recorded_at: new Date("2020-05-18T09:55:44Z") },
            { id: 34, query_id: 97, metric_name: "latency", metric_value: "71.28", recorded_at: new Date("2020-08-05T00:02:01Z") },
            { id: 35, query_id: 65, metric_name: "utilization failure-rate error-rate", metric_value: "71.96", recorded_at: new Date("2022-06-16T16:41:33Z") },
            { id: 36, query_id: 132, metric_name: "latency", metric_value: "54.49", recorded_at: new Date("2022-02-17T11:15:43Z") },
            { id: 37, query_id: 29, metric_name: "cache-hit failover", metric_value: "36.01", recorded_at: new Date("2020-04-08T14:30:50Z") },
            { id: 38, query_id: 197, metric_name: "cache-hit", metric_value: "4.76", recorded_at: new Date("2020-04-05T19:49:35Z") },
            { id: 39, query_id: 62, metric_name: "uptime monitoring saturation", metric_value: "49.81", recorded_at: new Date("2022-01-15T22:45:28Z") },
            { id: 40, query_id: 143, metric_name: "failure-rate connection-pool optimization", metric_value: "99.29", recorded_at: new Date("2020-01-02T19:41:13Z") },
            { id: 41, query_id: 71, metric_name: "cache-miss execution-time", metric_value: "86.24", recorded_at: new Date("2020-08-02T00:52:16Z") },
            { id: 42, query_id: 209, metric_name: "load-balancing success-rate", metric_value: "39.67", recorded_at: new Date("2023-04-13T06:05:27Z") },
            { id: 43, query_id: 258, metric_name: "benchmark monitoring", metric_value: "99.43", recorded_at: new Date("2023-11-19T12:07:19Z") },
            { id: 44, query_id: 227, metric_name: "success-rate", metric_value: "76.73", recorded_at: new Date("2023-05-20T00:07:27Z") },
            { id: 45, query_id: 167, metric_name: "optimization connection-pool", metric_value: "56.77", recorded_at: new Date("2022-01-12T00:27:49Z") },
            { id: 46, query_id: 202, metric_name: "wait-time cpu-usage", metric_value: "94.43", recorded_at: new Date("2021-04-19T15:52:08Z") },
            { id: 47, query_id: 9, metric_name: "profiling degradation resource-allocation", metric_value: "97.40", recorded_at: new Date("2020-01-03T09:31:42Z") },
            { id: 48, query_id: 33, metric_name: "throughput", metric_value: "77.91", recorded_at: new Date("2022-03-17T01:55:37Z") },
            { id: 49, query_id: 270, metric_name: "service-level", metric_value: "5.69", recorded_at: new Date("2020-05-04T18:27:31Z") },
            { id: 50, query_id: 291, metric_name: "failure-rate alerting efficiency", metric_value: "97.36", recorded_at: new Date("2022-02-07T15:41:19Z") },
            { id: 51, query_id: 281, metric_name: "network-traffic", metric_value: "94.81", recorded_at: new Date("2020-03-03T14:17:12Z") },
            { id: 52, query_id: 154, metric_name: "response-time", metric_value: "51.90", recorded_at: new Date("2021-06-27T19:23:19Z") },
            { id: 53, query_id: 189, metric_name: "cache-miss network-traffic connection-pool", metric_value: "40.43", recorded_at: new Date("2022-04-26T20:40:01Z") },
            { id: 54, query_id: 236, metric_name: "query-count", metric_value: "96.56", recorded_at: new Date("2020-05-04T10:41:31Z") },
            { id: 55, query_id: 145, metric_name: "query-count logging availability", metric_value: "87.83", recorded_at: new Date("2021-06-20T08:39:34Z") },
            { id: 56, query_id: 49, metric_name: "cache-hit utilization", metric_value: "31.91", recorded_at: new Date("2021-09-15T05:34:02Z") },
            { id: 57, query_id: 259, metric_name: "profiling wait-time", metric_value: "81.18", recorded_at: new Date("2021-03-13T20:04:58Z") },
            { id: 58, query_id: 142, metric_name: "cache-miss load-balancing scalability", metric_value: "27.58", recorded_at: new Date("2023-07-16T11:50:23Z") },
            { id: 59, query_id: 115, metric_name: "throughput performance", metric_value: "70.73", recorded_at: new Date("2023-02-27T10:16:46Z") },
            { id: 60, query_id: 281, metric_name: "success-rate connection-pool latency", metric_value: "87.13", recorded_at: new Date("2021-08-11T13:10:07Z") },
            { id: 61, query_id: 287, metric_name: "reliability network-traffic load-balancing", metric_value: "55.80", recorded_at: new Date("2023-07-31T07:53:54Z") },
            { id: 62, query_id: 16, metric_name: "benchmark", metric_value: "94.78", recorded_at: new Date("2022-01-08T19:31:03Z") },
            { id: 63, query_id: 159, metric_name: "cache-miss", metric_value: "30.72", recorded_at: new Date("2020-11-21T07:20:53Z") },
            { id: 64, query_id: 179, metric_name: "analysis wait-time", metric_value: "99.41", recorded_at: new Date("2021-01-22T00:41:12Z") },
            { id: 65, query_id: 244, metric_name: "utilization execution-time", metric_value: "99.98", recorded_at: new Date("2022-07-03T01:21:15Z") },
            { id: 66, query_id: 176, metric_name: "load-balancing analysis memory-usage", metric_value: "25.65", recorded_at: new Date("2020-11-24T05:58:02Z") },
            { id: 67, query_id: 98, metric_name: "redundancy", metric_value: "36.62", recorded_at: new Date("2021-09-07T00:41:41Z") },
            { id: 68, query_id: 113, metric_name: "latency load-balancing failover", metric_value: "98.36", recorded_at: new Date("2021-08-28T01:31:18Z") },
            { id: 69, query_id: 82, metric_name: "connection-pool resource-allocation memory-usage", metric_value: "97.40", recorded_at: new Date("2020-05-03T23:44:16Z") },
            { id: 70, query_id: 240, metric_name: "failure-rate degradation saturation", metric_value: "69.41", recorded_at: new Date("2023-12-30T22:47:06Z") },
            { id: 71, query_id: 262, metric_name: "service-level", metric_value: "45.40", recorded_at: new Date("2020-01-26T22:12:35Z") },
            { id: 72, query_id: 54, metric_name: "degradation profiling failure-rate", metric_value: "51.62", recorded_at: new Date("2020-10-26T20:39:20Z") },
            { id: 73, query_id: 131, metric_name: "latency-variance resource-allocation", metric_value: "70.73", recorded_at: new Date("2021-03-10T08:29:23Z") },
            { id: 74, query_id: 38, metric_name: "latency-variance disk-io load-time", metric_value: "90.02", recorded_at: new Date("2022-05-26T03:45:08Z") },
            { id: 75, query_id: 30, metric_name: "response-variance", metric_value: "34.89", recorded_at: new Date("2020-07-15T12:14:46Z") },
            { id: 76, query_id: 106, metric_name: "saturation", metric_value: "85.27", recorded_at: new Date("2021-01-03T09:10:44Z") },
            { id: 77, query_id: 251, metric_name: "monitoring", metric_value: "64.15", recorded_at: new Date("2023-09-27T22:32:16Z") },
            { id: 78, query_id: 124, metric_name: "cost-effectiveness load-time wait-time", metric_value: "94.99", recorded_at: new Date("2021-07-26T21:29:05Z") },
            { id: 79, query_id: 76, metric_name: "reliability latency-variance", metric_value: "97.32", recorded_at: new Date("2023-10-25T17:10:54Z") },
            { id: 80, query_id: 229, metric_name: "memory-usage", metric_value: "8.53", recorded_at: new Date("2023-12-08T20:40:07Z") },
            { id: 81, query_id: 47, metric_name: "cache-miss cpu-usage", metric_value: "56.65", recorded_at: new Date("2022-04-06T03:11:08Z") },
            { id: 82, query_id: 23, metric_name: "failure-rate service-level load-balancing", metric_value: "27.01", recorded_at: new Date("2023-06-25T16:07:26Z") },
            { id: 83, query_id: 133, metric_name: "memory-usage performance", metric_value: "81.18", recorded_at: new Date("2022-02-04T03:45:06Z") },
            { id: 84, query_id: 58, metric_name: "network-traffic scalability resource-allocation", metric_value: "82.75", recorded_at: new Date("2023-10-30T14:06:13Z") },
            { id: 85, query_id: 267, metric_name: "response-variance", metric_value: "78.07", recorded_at: new Date("2020-10-03T01:04:04Z") },
            { id: 86, query_id: 273, metric_name: "availability", metric_value: "78.41", recorded_at: new Date("2021-03-22T06:58:42Z") },
            { id: 87, query_id: 175, metric_name: "response-variance", metric_value: "54.26", recorded_at: new Date("2020-02-19T10:33:54Z") },
            { id: 88, query_id: 262, metric_name: "degradation", metric_value: "99.32", recorded_at: new Date("2021-07-15T19:50:21Z") },
            { id: 89, query_id: 145, metric_name: "latency-variance", metric_value: "32.62", recorded_at: new Date("2022-09-09T11:26:51Z") },
            { id: 90, query_id: 291, metric_name: "throughput", metric_value: "35.44", recorded_at: new Date("2021-02-17T19:27:58Z") },
            { id: 91, query_id: 257, metric_name: "load-time logging optimization", metric_value: "96.72", recorded_at: new Date("2022-09-08T08:14:37Z") },
            { id: 92, query_id: 169, metric_name: "performance", metric_value: "27.96", recorded_at: new Date("2020-09-23T17:00:41Z") },
            { id: 93, query_id: 174, metric_name: "request-rate", metric_value: "89.94", recorded_at: new Date("2020-01-30T23:22:16Z") },
            { id: 94, query_id: 112, metric_name: "error-rate throughput alerting", metric_value: "26.72", recorded_at: new Date("2023-07-14T18:00:57Z") },
            { id: 95, query_id: 243, metric_name: "utilization connection-pool cache-miss", metric_value: "92.55", recorded_at: new Date("2020-10-26T14:25:09Z") },
            { id: 96, query_id: 275, metric_name: "monitoring", metric_value: "64.54", recorded_at: new Date("2020-01-01T00:38:08Z") },
            { id: 97, query_id: 76, metric_name: "scalability response-time", metric_value: "71.78", recorded_at: new Date("2023-03-26T07:12:02Z") },
            { id: 98, query_id: 188, metric_name: "cache-hit", metric_value: "73.19", recorded_at: new Date("2023-04-18T12:20:34Z") },
            { id: 99, query_id: 287, metric_name: "benchmark", metric_value: "57.29", recorded_at: new Date("2021-08-22T09:50:30Z") },
            { id: 100, query_id: 206, metric_name: "alerting memory-usage", metric_value: "81.87", recorded_at: new Date("2020-05-10T03:33:19Z") },
            { id: 101, query_id: 289, metric_name: "cache-miss saturation", metric_value: "39.44", recorded_at: new Date("2022-09-05T17:51:25Z") },
            { id: 102, query_id: 199, metric_name: "load-balancing memory-usage", metric_value: "63.38", recorded_at: new Date("2023-10-07T10:48:07Z") },
            { id: 103, query_id: 255, metric_name: "degradation reliability redundancy", metric_value: "74.77", recorded_at: new Date("2021-03-14T04:58:31Z") },
            { id: 104, query_id: 263, metric_name: "saturation", metric_value: "81.65", recorded_at: new Date("2020-10-21T03:12:48Z") },
            { id: 105, query_id: 21, metric_name: "latency throughput memory-usage", metric_value: "95.72", recorded_at: new Date("2022-06-09T04:53:24Z") },
            { id: 106, query_id: 71, metric_name: "connection-pool", metric_value: "32.75", recorded_at: new Date("2022-04-23T13:44:40Z") },
            { id: 107, query_id: 203, metric_name: "response-time wait-time", metric_value: "64.07", recorded_at: new Date("2022-10-08T11:16:49Z") },
            { id: 108, query_id: 175, metric_name: "redundancy cache-miss", metric_value: "99.17", recorded_at: new Date("2023-08-28T08:31:55Z") },
            { id: 109, query_id: 162, metric_name: "redundancy", metric_value: "14.78", recorded_at: new Date("2020-04-17T17:11:05Z") },
            { id: 110, query_id: 188, metric_name: "memory-usage request-rate optimization", metric_value: "8.75", recorded_at: new Date("2023-01-27T13:39:15Z") },
            { id: 111, query_id: 70, metric_name: "response-variance response-time", metric_value: "99.07", recorded_at: new Date("2020-01-28T13:36:24Z") },
            { id: 112, query_id: 11, metric_name: "wait-time", metric_value: "91.97", recorded_at: new Date("2020-12-31T20:00:56Z") },
            { id: 113, query_id: 298, metric_name: "uptime optimization throughput", metric_value: "96.66", recorded_at: new Date("2021-05-11T03:22:15Z") },
            { id: 114, query_id: 228, metric_name: "cpu-usage performance service-level", metric_value: "78.79", recorded_at: new Date("2020-10-11T07:35:14Z") },
            { id: 115, query_id: 20, metric_name: "efficiency failover saturation", metric_value: "62.12", recorded_at: new Date("2023-03-07T11:10:29Z") },
            { id: 116, query_id: 182, metric_name: "execution-time", metric_value: "66.27", recorded_at: new Date("2022-06-21T06:56:07Z") },
            { id: 117, query_id: 10, metric_name: "service-level", metric_value: "71.02", recorded_at: new Date("2021-09-13T20:11:28Z") },
            { id: 118, query_id: 148, metric_name: "saturation response-variance", metric_value: "64.33", recorded_at: new Date("2023-10-18T13:24:55Z") },
            { id: 119, query_id: 90, metric_name: "request-rate service-level", metric_value: "61.88", recorded_at: new Date("2023-07-01T09:14:23Z") },
            { id: 120, query_id: 140, metric_name: "saturation resource-allocation", metric_value: "80.48", recorded_at: new Date("2021-12-18T15:13:45Z") },
            { id: 121, query_id: 14, metric_name: "profiling bottleneck", metric_value: "2.89", recorded_at: new Date("2021-11-08T04:57:52Z") },
            { id: 122, query_id: 184, metric_name: "performance failover", metric_value: "30.96", recorded_at: new Date("2023-05-17T00:33:03Z") },
            { id: 123, query_id: 220, metric_name: "service-level latency", metric_value: "12.72", recorded_at: new Date("2022-07-14T23:32:52Z") },
            { id: 124, query_id: 130, metric_name: "resource-allocation network-traffic", metric_value: "95.81", recorded_at: new Date("2022-04-13T05:51:22Z") },
            { id: 125, query_id: 277, metric_name: "latency-variance failure-rate", metric_value: "27.16", recorded_at: new Date("2022-05-25T08:44:07Z") },
            { id: 126, query_id: 298, metric_name: "response-time", metric_value: "98.04", recorded_at: new Date("2023-02-22T03:34:15Z") },
            { id: 127, query_id: 43, metric_name: "failover performance", metric_value: "30.13", recorded_at: new Date("2021-06-13T21:35:27Z") },
            { id: 128, query_id: 165, metric_name: "alerting", metric_value: "61.28", recorded_at: new Date("2023-03-02T01:59:34Z") },
            { id: 129, query_id: 10, metric_name: "disk-io", metric_value: "83.01", recorded_at: new Date("2022-08-27T18:19:08Z") },
            { id: 130, query_id: 139, metric_name: "load-time execution-time cpu-usage", metric_value: "25.44", recorded_at: new Date("2020-07-04T21:01:47Z") },
            { id: 131, query_id: 37, metric_name: "scalability monitoring", metric_value: "31.29", recorded_at: new Date("2020-05-06T20:14:37Z") },
            { id: 132, query_id: 217, metric_name: "query-count error-rate uptime", metric_value: "50.26", recorded_at: new Date("2021-01-13T08:28:00Z") },
            { id: 133, query_id: 260, metric_name: "performance network-traffic", metric_value: "99.35", recorded_at: new Date("2023-04-20T13:46:14Z") },
            { id: 134, query_id: 213, metric_name: "redundancy efficiency benchmark", metric_value: "79.71", recorded_at: new Date("2023-07-01T09:52:29Z") },
            { id: 135, query_id: 247, metric_name: "efficiency wait-time", metric_value: "96.27", recorded_at: new Date("2020-07-09T20:16:15Z") },
            { id: 136, query_id: 124, metric_name: "availability", metric_value: "99.67", recorded_at: new Date("2023-05-08T14:49:36Z") },
            { id: 137, query_id: 170, metric_name: "cache-miss response-time", metric_value: "77.84", recorded_at: new Date("2023-04-18T00:52:17Z") },
            { id: 138, query_id: 297, metric_name: "query-count failure-rate", metric_value: "29.43", recorded_at: new Date("2020-05-16T22:53:52Z") },
            { id: 139, query_id: 168, metric_name: "success-rate load-time", metric_value: "23.19", recorded_at: new Date("2020-03-23T04:18:39Z") },
            { id: 140, query_id: 146, metric_name: "degradation failure-rate connection-pool", metric_value: "87.73", recorded_at: new Date("2023-12-24T03:27:36Z") },
            { id: 141, query_id: 70, metric_name: "response-time", metric_value: "97.60", recorded_at: new Date("2021-09-15T05:07:59Z") },
            { id: 142, query_id: 231, metric_name: "success-rate latency redundancy", metric_value: "74.25", recorded_at: new Date("2020-12-22T07:20:25Z") },
            { id: 143, query_id: 247, metric_name: "load-time cost-effectiveness", metric_value: "82.34", recorded_at: new Date("2023-09-29T11:02:42Z") },
            { id: 144, query_id: 33, metric_name: "availability", metric_value: "6.00", recorded_at: new Date("2021-05-25T17:19:07Z") },
            { id: 145, query_id: 291, metric_name: "failover success-rate latency-variance", metric_value: "92.02", recorded_at: new Date("2023-01-24T23:49:05Z") },
            { id: 146, query_id: 229, metric_name: "response-variance uptime", metric_value: "70.28", recorded_at: new Date("2020-05-16T18:33:35Z") },
            { id: 147, query_id: 256, metric_name: "latency-variance failure-rate success-rate", metric_value: "83.68", recorded_at: new Date("2023-12-21T16:33:46Z") },
            { id: 148, query_id: 209, metric_name: "efficiency analysis", metric_value: "84.99", recorded_at: new Date("2022-05-24T23:01:37Z") },
            { id: 149, query_id: 111, metric_name: "error-rate", metric_value: "47.54", recorded_at: new Date("2022-05-02T07:11:36Z") },
            { id: 150, query_id: 286, metric_name: "latency load-balancing saturation", metric_value: "34.32", recorded_at: new Date("2022-11-29T06:13:28Z") },
            { id: 151, query_id: 215, metric_name: "failover", metric_value: "66.76", recorded_at: new Date("2021-04-24T00:28:44Z") },
            { id: 152, query_id: 168, metric_name: "uptime bottleneck", metric_value: "89.29", recorded_at: new Date("2022-10-02T14:13:00Z") },
            { id: 153, query_id: 89, metric_name: "analysis", metric_value: "35.54", recorded_at: new Date("2023-01-16T01:37:57Z") },
            { id: 154, query_id: 299, metric_name: "cost-effectiveness memory-usage error-rate", metric_value: "98.45", recorded_at: new Date("2023-08-19T13:58:04Z") },
            { id: 155, query_id: 290, metric_name: "resource-allocation throughput", metric_value: "98.76", recorded_at: new Date("2020-05-17T17:21:22Z") },
            { id: 156, query_id: 188, metric_name: "performance redundancy resource-allocation", metric_value: "91.23", recorded_at: new Date("2021-10-26T07:58:30Z") },
            { id: 157, query_id: 276, metric_name: "cost-effectiveness reliability success-rate", metric_value: "28.72", recorded_at: new Date("2022-05-08T00:35:51Z") },
            { id: 158, query_id: 173, metric_name: "disk-io", metric_value: "92.91", recorded_at: new Date("2021-01-24T03:35:21Z") },
            { id: 159, query_id: 117, metric_name: "utilization failure-rate", metric_value: "47.15", recorded_at: new Date("2020-03-02T18:15:56Z") },
            { id: 160, query_id: 27, metric_name: "uptime", metric_value: "37.97", recorded_at: new Date("2022-01-16T07:16:03Z") },
            { id: 161, query_id: 160, metric_name: "cache-miss latency", metric_value: "21.41", recorded_at: new Date("2023-12-11T00:50:33Z") },
            { id: 162, query_id: 271, metric_name: "success-rate saturation efficiency", metric_value: "63.62", recorded_at: new Date("2020-01-16T02:40:46Z") },
            { id: 163, query_id: 62, metric_name: "failure-rate profiling request-rate", metric_value: "83.80", recorded_at: new Date("2020-04-09T00:31:27Z") },
            { id: 164, query_id: 202, metric_name: "scalability", metric_value: "94.96", recorded_at: new Date("2023-01-24T05:39:10Z") },
            { id: 165, query_id: 119, metric_name: "query-count service-level monitoring", metric_value: "82.27", recorded_at: new Date("2022-01-19T20:00:30Z") },
            { id: 166, query_id: 104, metric_name: "cache-miss wait-time disk-io", metric_value: "86.95", recorded_at: new Date("2023-11-27T04:40:45Z") },
            { id: 167, query_id: 1, metric_name: "load-time", metric_value: "39.68", recorded_at: new Date("2023-12-05T07:54:15Z") },
            { id: 168, query_id: 105, metric_name: "request-rate load-time memory-usage", metric_value: "97.96", recorded_at: new Date("2022-04-09T23:19:25Z") },
            { id: 169, query_id: 276, metric_name: "monitoring", metric_value: "93.26", recorded_at: new Date("2022-05-10T13:22:01Z") },
            { id: 170, query_id: 295, metric_name: "response-variance request-rate", metric_value: "81.55", recorded_at: new Date("2022-03-31T07:08:44Z") },
            { id: 171, query_id: 17, metric_name: "response-variance", metric_value: "91.14", recorded_at: new Date("2022-11-21T05:39:41Z") },
            { id: 172, query_id: 249, metric_name: "utilization", metric_value: "43.22", recorded_at: new Date("2021-02-10T19:57:49Z") },
            { id: 173, query_id: 261, metric_name: "network-traffic failover throughput", metric_value: "19.16", recorded_at: new Date("2022-08-26T01:33:13Z") },
            { id: 174, query_id: 176, metric_name: "optimization alerting request-rate", metric_value: "99.06", recorded_at: new Date("2023-12-29T03:15:28Z") },
            { id: 175, query_id: 243, metric_name: "load-time", metric_value: "96.38", recorded_at: new Date("2022-03-21T10:55:05Z") },
            { id: 176, query_id: 87, metric_name: "response-time", metric_value: "54.21", recorded_at: new Date("2023-02-03T07:46:28Z") },
            { id: 177, query_id: 170, metric_name: "cpu-usage wait-time", metric_value: "54.74", recorded_at: new Date("2022-08-05T04:12:49Z") },
            { id: 178, query_id: 49, metric_name: "wait-time network-traffic cache-hit", metric_value: "84.28", recorded_at: new Date("2021-09-15T00:26:03Z") },
            { id: 179, query_id: 174, metric_name: "benchmark wait-time", metric_value: "11.09", recorded_at: new Date("2021-02-01T00:27:24Z") },
            { id: 180, query_id: 214, metric_name: "resource-allocation performance", metric_value: "70.88", recorded_at: new Date("2020-06-08T07:51:41Z") },
            { id: 181, query_id: 191, metric_name: "disk-io failover error-rate", metric_value: "93.81", recorded_at: new Date("2020-05-07T07:21:03Z") },
            { id: 182, query_id: 214, metric_name: "service-level response-variance", metric_value: "26.91", recorded_at: new Date("2021-01-24T01:49:49Z") },
            { id: 183, query_id: 36, metric_name: "availability reliability", metric_value: "99.71", recorded_at: new Date("2020-10-31T21:02:29Z") },
            { id: 184, query_id: 153, metric_name: "optimization query-count", metric_value: "18.35", recorded_at: new Date("2021-05-28T15:26:10Z") },
            { id: 185, query_id: 173, metric_name: "degradation", metric_value: "95.04", recorded_at: new Date("2022-06-05T14:19:48Z") },
            { id: 186, query_id: 204, metric_name: "logging utilization reliability", metric_value: "74.78", recorded_at: new Date("2022-09-12T23:39:44Z") },
            { id: 187, query_id: 127, metric_name: "disk-io", metric_value: "39.09", recorded_at: new Date("2021-01-26T12:27:12Z") },
            { id: 188, query_id: 285, metric_name: "request-rate network-traffic", metric_value: "66.88", recorded_at: new Date("2021-05-24T03:13:12Z") },
            { id: 189, query_id: 289, metric_name: "degradation query-count", metric_value: "13.98", recorded_at: new Date("2021-01-19T00:04:57Z") },
            { id: 190, query_id: 267, metric_name: "service-level disk-io memory-usage", metric_value: "37.57", recorded_at: new Date("2023-02-19T17:57:01Z") },
            { id: 191, query_id: 146, metric_name: "redundancy error-rate", metric_value: "48.40", recorded_at: new Date("2022-01-03T21:54:12Z") },
            { id: 192, query_id: 205, metric_name: "utilization", metric_value: "46.73", recorded_at: new Date("2022-03-06T05:36:07Z") },
            { id: 193, query_id: 257, metric_name: "failure-rate", metric_value: "96.39", recorded_at: new Date("2022-06-15T07:58:47Z") },
            { id: 194, query_id: 251, metric_name: "request-rate query-count", metric_value: "74.11", recorded_at: new Date("2023-05-12T21:30:01Z") },
            { id: 195, query_id: 193, metric_name: "wait-time failure-rate", metric_value: "97.20", recorded_at: new Date("2022-07-24T17:50:36Z") },
            { id: 196, query_id: 189, metric_name: "request-rate reliability", metric_value: "82.39", recorded_at: new Date("2023-03-11T17:15:10Z") },
            { id: 197, query_id: 33, metric_name: "latency-variance service-level", metric_value: "73.27", recorded_at: new Date("2022-03-17T00:03:04Z") },
            { id: 198, query_id: 115, metric_name: "response-variance load-time", metric_value: "90.32", recorded_at: new Date("2023-11-24T08:34:21Z") },
            { id: 199, query_id: 300, metric_name: "monitoring", metric_value: "34.61", recorded_at: new Date("2021-11-03T05:16:21Z") },
            { id: 200, query_id: 178, metric_name: "cost-effectiveness memory-usage", metric_value: "18.72", recorded_at: new Date("2023-03-12T01:13:28Z") },
            { id: 201, query_id: 276, metric_name: "efficiency benchmark service-level", metric_value: "93.80", recorded_at: new Date("2023-07-07T10:36:05Z") },
            { id: 202, query_id: 216, metric_name: "benchmark cpu-usage monitoring", metric_value: "92.12", recorded_at: new Date("2023-07-12T14:07:25Z") },
            { id: 203, query_id: 71, metric_name: "monitoring latency", metric_value: "11.32", recorded_at: new Date("2020-04-01T19:01:30Z") },
            { id: 204, query_id: 66, metric_name: "redundancy logging response-variance", metric_value: "96.24", recorded_at: new Date("2020-05-31T03:58:28Z") },
            { id: 205, query_id: 114, metric_name: "error-rate load-balancing performance", metric_value: "98.54", recorded_at: new Date("2021-11-25T23:48:40Z") },
            { id: 206, query_id: 5, metric_name: "success-rate memory-usage analysis", metric_value: "86.34", recorded_at: new Date("2021-11-07T13:54:30Z") },
            { id: 207, query_id: 223, metric_name: "reliability alerting response-time", metric_value: "89.70", recorded_at: new Date("2021-09-24T15:24:34Z") },
            { id: 208, query_id: 23, metric_name: "benchmark", metric_value: "48.07", recorded_at: new Date("2022-02-01T11:53:19Z") },
            { id: 209, query_id: 16, metric_name: "cpu-usage logging analysis", metric_value: "9.00", recorded_at: new Date("2022-07-13T05:53:38Z") },
            { id: 210, query_id: 212, metric_name: "utilization availability cost-effectiveness", metric_value: "82.70", recorded_at: new Date("2020-09-16T03:02:40Z") },
            { id: 211, query_id: 281, metric_name: "monitoring wait-time", metric_value: "88.76", recorded_at: new Date("2022-06-29T17:19:09Z") },
            { id: 212, query_id: 292, metric_name: "saturation", metric_value: "99.04", recorded_at: new Date("2022-08-24T04:48:59Z") },
            { id: 213, query_id: 166, metric_name: "cache-hit efficiency", metric_value: "44.91", recorded_at: new Date("2020-06-06T02:00:56Z") },
            { id: 214, query_id: 45, metric_name: "logging", metric_value: "79.28", recorded_at: new Date("2023-11-05T03:50:16Z") },
            { id: 215, query_id: 281, metric_name: "benchmark cache-miss load-time", metric_value: "17.56", recorded_at: new Date("2023-09-05T12:58:52Z") },
            { id: 216, query_id: 137, metric_name: "cache-miss latency-variance", metric_value: "95.83", recorded_at: new Date("2021-01-01T18:37:08Z") },
            { id: 217, query_id: 223, metric_name: "cpu-usage disk-io", metric_value: "29.67", recorded_at: new Date("2021-05-06T18:18:36Z") },
            { id: 218, query_id: 66, metric_name: "latency", metric_value: "12.02", recorded_at: new Date("2020-12-29T13:31:42Z") },
            { id: 219, query_id: 145, metric_name: "performance saturation", metric_value: "74.53", recorded_at: new Date("2023-12-19T04:49:48Z") },
            { id: 220, query_id: 29, metric_name: "profiling", metric_value: "99.53", recorded_at: new Date("2022-03-28T15:36:11Z") },
            { id: 221, query_id: 217, metric_name: "resource-allocation monitoring optimization", metric_value: "82.75", recorded_at: new Date("2022-11-28T14:55:23Z") },
            { id: 222, query_id: 256, metric_name: "uptime bottleneck", metric_value: "36.98", recorded_at: new Date("2020-10-18T21:44:15Z") },
            { id: 223, query_id: 31, metric_name: "efficiency", metric_value: "90.55", recorded_at: new Date("2023-10-09T12:29:23Z") },
            { id: 224, query_id: 184, metric_name: "load-balancing degradation success-rate", metric_value: "91.16", recorded_at: new Date("2021-04-01T13:35:31Z") },
            { id: 225, query_id: 199, metric_name: "uptime memory-usage availability", metric_value: "63.77", recorded_at: new Date("2023-11-17T18:03:43Z") },
            { id: 226, query_id: 157, metric_name: "uptime degradation", metric_value: "32.43", recorded_at: new Date("2023-06-13T05:02:14Z") },
            { id: 227, query_id: 18, metric_name: "execution-time optimization uptime", metric_value: "14.54", recorded_at: new Date("2020-12-01T17:29:32Z") },
            { id: 228, query_id: 170, metric_name: "response-variance service-level failure-rate", metric_value: "86.76", recorded_at: new Date("2020-12-08T10:41:01Z") },
            { id: 229, query_id: 21, metric_name: "cost-effectiveness", metric_value: "32.53", recorded_at: new Date("2022-10-20T04:53:45Z") },
            { id: 230, query_id: 2, metric_name: "performance", metric_value: "98.13", recorded_at: new Date("2021-03-19T13:20:20Z") },
            { id: 231, query_id: 157, metric_name: "failover optimization", metric_value: "98.17", recorded_at: new Date("2023-08-08T10:16:37Z") },
            { id: 232, query_id: 83, metric_name: "error-rate monitoring availability", metric_value: "94.39", recorded_at: new Date("2022-10-28T16:47:21Z") },
            { id: 233, query_id: 271, metric_name: "failover", metric_value: "35.21", recorded_at: new Date("2020-07-03T01:47:55Z") },
            { id: 234, query_id: 117, metric_name: "query-count request-rate", metric_value: "66.45", recorded_at: new Date("2021-05-31T18:25:13Z") },
            { id: 235, query_id: 57, metric_name: "service-level", metric_value: "73.79", recorded_at: new Date("2021-04-05T00:44:49Z") },
            { id: 236, query_id: 51, metric_name: "latency-variance", metric_value: "96.80", recorded_at: new Date("2023-06-09T14:52:16Z") },
            { id: 237, query_id: 197, metric_name: "optimization latency-variance request-rate", metric_value: "91.60", recorded_at: new Date("2023-03-14T06:39:47Z") },
            { id: 238, query_id: 211, metric_name: "monitoring", metric_value: "94.95", recorded_at: new Date("2022-03-08T11:17:47Z") },
            { id: 239, query_id: 22, metric_name: "monitoring", metric_value: "83.07", recorded_at: new Date("2022-09-10T08:52:17Z") },
            { id: 240, query_id: 226, metric_name: "performance", metric_value: "80.79", recorded_at: new Date("2022-02-02T01:42:10Z") },
            { id: 241, query_id: 284, metric_name: "wait-time load-time", metric_value: "97.33", recorded_at: new Date("2021-07-07T19:50:31Z") },
            { id: 242, query_id: 57, metric_name: "query-count resource-allocation", metric_value: "99.51", recorded_at: new Date("2021-05-06T21:14:36Z") },
            { id: 243, query_id: 241, metric_name: "efficiency", metric_value: "46.93", recorded_at: new Date("2021-05-19T20:05:36Z") },
            { id: 244, query_id: 60, metric_name: "network-traffic", metric_value: "96.93", recorded_at: new Date("2020-03-19T23:50:55Z") },
            { id: 245, query_id: 274, metric_name: "failure-rate", metric_value: "97.21", recorded_at: new Date("2020-03-14T19:47:38Z") },
            { id: 246, query_id: 164, metric_name: "redundancy resource-allocation", metric_value: "97.40", recorded_at: new Date("2023-10-15T11:00:03Z") },
            { id: 247, query_id: 157, metric_name: "analysis load-balancing monitoring", metric_value: "52.05", recorded_at: new Date("2022-08-09T08:57:17Z") },
            { id: 248, query_id: 1, metric_name: "performance disk-io saturation", metric_value: "84.48", recorded_at: new Date("2020-04-16T14:33:01Z") },
            { id: 249, query_id: 36, metric_name: "reliability", metric_value: "57.38", recorded_at: new Date("2023-07-29T23:12:28Z") },
            { id: 250, query_id: 23, metric_name: "cpu-usage", metric_value: "61.92", recorded_at: new Date("2020-07-09T04:23:48Z") },
        ],
    });
    await prisma.user_activity_logs.createMany({
        data: [
            { id: 1, user_id: 132, action: "logout", timestamp: new Date("2022-11-25T20:54:17Z"), session_duration: "86.74", ip_address: "633.005.582.735" },
            { id: 2, user_id: 113, action: "logout", timestamp: new Date("2023-01-29T11:14:45Z"), session_duration: "73.58", ip_address: "312.921.573.008" },
            { id: 3, user_id: 135, action: "query_executed", timestamp: new Date("2021-07-05T17:18:01Z"), session_duration: "49.64", ip_address: "494.134.524.690" },
            { id: 4, user_id: 2, action: "login", timestamp: new Date("2023-09-02T12:10:08Z"), session_duration: "71.23", ip_address: "298.999.401.458" },
            { id: 5, user_id: 23, action: "query_executed", timestamp: new Date("2022-01-17T18:19:04Z"), session_duration: "60.59", ip_address: "875.808.540.515" },
            { id: 6, user_id: 145, action: "dashboard_created", timestamp: new Date("2022-08-02T19:18:58Z"), session_duration: "70.45", ip_address: "246.094.668.376" },
            { id: 7, user_id: 6, action: "dashboard_created", timestamp: new Date("2021-08-03T23:43:28Z"), session_duration: "78.59", ip_address: "664.386.251.976" },
            { id: 8, user_id: 104, action: "query_executed", timestamp: new Date("2022-06-29T12:36:52Z"), session_duration: "57.06", ip_address: "523.636.319.757" },
            { id: 9, user_id: 104, action: "logout", timestamp: new Date("2021-03-05T19:27:20Z"), session_duration: "46.02", ip_address: "995.921.002.568" },
            { id: 10, user_id: 122, action: "logout", timestamp: new Date("2020-10-08T15:38:09Z"), session_duration: "64.10", ip_address: "824.938.359.935" },
            { id: 11, user_id: 22, action: "logout", timestamp: new Date("2023-12-11T16:55:18Z"), session_duration: "61.51", ip_address: "011.089.038.125" },
            { id: 12, user_id: 128, action: "query_executed", timestamp: new Date("2023-01-24T18:29:46Z"), session_duration: "66.98", ip_address: "248.689.626.652" },
            { id: 13, user_id: 46, action: "login", timestamp: new Date("2022-11-16T10:13:20Z"), session_duration: "63.77", ip_address: "002.292.036.933" },
            { id: 14, user_id: 45, action: "dashboard_created", timestamp: new Date("2020-10-04T23:54:01Z"), session_duration: "76.18", ip_address: "556.729.394.159" },
            { id: 15, user_id: 43, action: "login", timestamp: new Date("2023-07-22T16:02:55Z"), session_duration: "72.41", ip_address: "826.788.961.843" },
            { id: 16, user_id: 50, action: "dashboard_created", timestamp: new Date("2022-11-11T08:51:42Z"), session_duration: "71.91", ip_address: "203.976.949.329" },
            { id: 17, user_id: 20, action: "login", timestamp: new Date("2023-12-17T17:30:16Z"), session_duration: "87.38", ip_address: "607.681.877.927" },
            { id: 18, user_id: 56, action: "login", timestamp: new Date("2020-07-28T08:10:12Z"), session_duration: "64.43", ip_address: "752.065.038.858" },
            { id: 19, user_id: 52, action: "logout", timestamp: new Date("2021-02-21T20:10:35Z"), session_duration: "55.31", ip_address: "743.971.103.563" },
            { id: 20, user_id: 85, action: "login", timestamp: new Date("2023-12-31T19:38:10Z"), session_duration: "77.72", ip_address: "151.098.585.375" },
            { id: 21, user_id: 54, action: "login", timestamp: new Date("2023-11-11T21:16:38Z"), session_duration: "68.54", ip_address: "445.198.367.313" },
            { id: 22, user_id: 5, action: "login", timestamp: new Date("2023-11-11T18:50:27Z"), session_duration: "62.33", ip_address: "969.329.500.322" },
            { id: 23, user_id: 68, action: "query_executed", timestamp: new Date("2021-05-23T09:48:29Z"), session_duration: "64.83", ip_address: "613.376.165.193" },
            { id: 24, user_id: 129, action: "login", timestamp: new Date("2020-09-02T15:26:56Z"), session_duration: "56.85", ip_address: "054.374.617.472" },
            { id: 25, user_id: 51, action: "query_executed", timestamp: new Date("2021-09-25T09:09:29Z"), session_duration: "28.10", ip_address: "549.661.558.965" },
            { id: 26, user_id: 80, action: "query_executed", timestamp: new Date("2022-08-07T19:22:24Z"), session_duration: "46.52", ip_address: "325.112.229.224" },
            { id: 27, user_id: 91, action: "login", timestamp: new Date("2020-01-31T00:46:53Z"), session_duration: "86.57", ip_address: "928.927.246.532" },
            { id: 28, user_id: 99, action: "dashboard_created", timestamp: new Date("2023-10-17T18:59:10Z"), session_duration: "41.57", ip_address: "518.251.554.112" },
            { id: 29, user_id: 120, action: "login", timestamp: new Date("2022-09-26T21:22:50Z"), session_duration: "38.04", ip_address: "286.913.167.656" },
            { id: 30, user_id: 41, action: "logout", timestamp: new Date("2020-08-05T09:45:13Z"), session_duration: "63.27", ip_address: "116.169.754.302" },
            { id: 31, user_id: 9, action: "login", timestamp: new Date("2020-04-04T12:47:01Z"), session_duration: "82.09", ip_address: "747.991.305.990" },
            { id: 32, user_id: 89, action: "login", timestamp: new Date("2022-02-27T11:13:03Z"), session_duration: "71.85", ip_address: "789.678.013.017" },
            { id: 33, user_id: 103, action: "query_executed", timestamp: new Date("2023-05-22T10:00:20Z"), session_duration: "80.85", ip_address: "850.296.065.917" },
            { id: 34, user_id: 18, action: "login", timestamp: new Date("2023-02-28T09:12:16Z"), session_duration: "64.75", ip_address: "755.843.010.143" },
            { id: 35, user_id: 146, action: "logout", timestamp: new Date("2023-10-24T09:47:07Z"), session_duration: "72.78", ip_address: "980.109.646.177" },
            { id: 36, user_id: 77, action: "dashboard_created", timestamp: new Date("2022-03-18T21:49:17Z"), session_duration: "57.67", ip_address: "029.710.261.674" },
            { id: 37, user_id: 19, action: "query_executed", timestamp: new Date("2023-04-13T02:17:25Z"), session_duration: "45.72", ip_address: "361.510.620.465" },
            { id: 38, user_id: 100, action: "login", timestamp: new Date("2020-09-10T09:36:37Z"), session_duration: "63.66", ip_address: "624.377.629.861" },
            { id: 39, user_id: 148, action: "query_executed", timestamp: new Date("2023-11-27T23:13:38Z"), session_duration: "77.01", ip_address: "494.261.166.381" },
            { id: 40, user_id: 84, action: "login", timestamp: new Date("2022-06-30T16:38:59Z"), session_duration: "56.39", ip_address: "115.705.351.142" },
            { id: 41, user_id: 25, action: "login", timestamp: new Date("2021-03-12T00:10:34Z"), session_duration: "67.82", ip_address: "332.045.707.799" },
            { id: 42, user_id: 28, action: "logout", timestamp: new Date("2023-12-05T18:09:47Z"), session_duration: "78.93", ip_address: "682.020.506.364" },
            { id: 43, user_id: 134, action: "login", timestamp: new Date("2022-06-27T19:18:36Z"), session_duration: "63.61", ip_address: "814.143.957.723" },
            { id: 44, user_id: 150, action: "login", timestamp: new Date("2022-02-06T18:30:08Z"), session_duration: "37.22", ip_address: "485.196.959.816" },
            { id: 45, user_id: 149, action: "login", timestamp: new Date("2021-08-18T06:07:06Z"), session_duration: "41.89", ip_address: "074.222.238.493" },
            { id: 46, user_id: 131, action: "login", timestamp: new Date("2021-04-01T17:32:33Z"), session_duration: "67.68", ip_address: "623.602.226.269" },
            { id: 47, user_id: 62, action: "login", timestamp: new Date("2020-05-03T16:04:03Z"), session_duration: "88.51", ip_address: "664.835.131.500" },
            { id: 48, user_id: 108, action: "dashboard_created", timestamp: new Date("2020-05-26T02:24:33Z"), session_duration: "66.35", ip_address: "688.070.368.662" },
            { id: 49, user_id: 122, action: "login", timestamp: new Date("2021-12-04T07:28:49Z"), session_duration: "63.42", ip_address: "387.953.698.067" },
            { id: 50, user_id: 9, action: "login", timestamp: new Date("2023-03-13T09:11:12Z"), session_duration: "80.36", ip_address: "854.182.994.679" },
            { id: 51, user_id: 138, action: "login", timestamp: new Date("2020-10-19T17:20:51Z"), session_duration: "80.12", ip_address: "808.386.995.961" },
            { id: 52, user_id: 70, action: "query_executed", timestamp: new Date("2020-12-10T19:25:43Z"), session_duration: "63.90", ip_address: "969.526.659.757" },
            { id: 53, user_id: 50, action: "query_executed", timestamp: new Date("2023-08-30T07:28:24Z"), session_duration: "70.59", ip_address: "380.084.661.138" },
            { id: 54, user_id: 105, action: "login", timestamp: new Date("2021-09-16T00:24:08Z"), session_duration: "43.22", ip_address: "551.524.315.177" },
            { id: 55, user_id: 93, action: "login", timestamp: new Date("2023-10-17T16:57:44Z"), session_duration: "61.59", ip_address: "341.101.515.887" },
            { id: 56, user_id: 100, action: "query_executed", timestamp: new Date("2022-04-09T18:20:47Z"), session_duration: "46.25", ip_address: "548.388.830.946" },
            { id: 57, user_id: 44, action: "dashboard_created", timestamp: new Date("2022-01-14T15:46:37Z"), session_duration: "52.63", ip_address: "956.940.902.287" },
            { id: 58, user_id: 78, action: "login", timestamp: new Date("2022-09-23T20:25:35Z"), session_duration: "36.12", ip_address: "813.396.609.670" },
            { id: 59, user_id: 24, action: "login", timestamp: new Date("2020-11-26T19:13:44Z"), session_duration: "37.28", ip_address: "848.829.551.574" },
            { id: 60, user_id: 101, action: "dashboard_created", timestamp: new Date("2022-04-25T07:24:49Z"), session_duration: "83.77", ip_address: "289.524.961.868" },
            { id: 61, user_id: 123, action: "login", timestamp: new Date("2021-05-09T10:23:08Z"), session_duration: "54.24", ip_address: "243.931.724.168" },
            { id: 62, user_id: 7, action: "login", timestamp: new Date("2021-03-10T13:08:10Z"), session_duration: "76.09", ip_address: "008.776.275.766" },
            { id: 63, user_id: 147, action: "query_executed", timestamp: new Date("2020-05-08T15:08:24Z"), session_duration: "89.00", ip_address: "637.649.709.665" },
            { id: 64, user_id: 133, action: "query_executed", timestamp: new Date("2021-09-10T11:29:36Z"), session_duration: "36.39", ip_address: "878.362.407.979" },
            { id: 65, user_id: 140, action: "login", timestamp: new Date("2020-02-27T18:38:36Z"), session_duration: "56.26", ip_address: "666.011.318.277" },
            { id: 66, user_id: 19, action: "logout", timestamp: new Date("2022-03-15T16:41:51Z"), session_duration: "85.03", ip_address: "786.493.295.366" },
            { id: 67, user_id: 87, action: "login", timestamp: new Date("2020-03-22T08:16:57Z"), session_duration: "88.47", ip_address: "125.483.167.924" },
            { id: 68, user_id: 79, action: "login", timestamp: new Date("2021-12-30T01:15:21Z"), session_duration: "72.27", ip_address: "075.652.189.166" },
            { id: 69, user_id: 54, action: "login", timestamp: new Date("2020-03-15T13:20:14Z"), session_duration: "55.38", ip_address: "194.708.277.545" },
            { id: 70, user_id: 15, action: "dashboard_created", timestamp: new Date("2022-12-06T19:10:42Z"), session_duration: "60.26", ip_address: "257.231.725.532" },
            { id: 71, user_id: 51, action: "login", timestamp: new Date("2022-01-23T10:55:11Z"), session_duration: "55.24", ip_address: "495.037.408.913" },
            { id: 72, user_id: 16, action: "logout", timestamp: new Date("2023-02-01T22:44:31Z"), session_duration: "58.58", ip_address: "543.397.094.075" },
            { id: 73, user_id: 41, action: "login", timestamp: new Date("2021-10-20T10:57:54Z"), session_duration: "80.50", ip_address: "662.508.003.379" },
            { id: 74, user_id: 147, action: "query_executed", timestamp: new Date("2022-08-18T06:01:49Z"), session_duration: "58.34", ip_address: "409.568.738.155" },
            { id: 75, user_id: 26, action: "login", timestamp: new Date("2021-08-03T09:45:43Z"), session_duration: "46.91", ip_address: "636.787.678.627" },
            { id: 76, user_id: 110, action: "login", timestamp: new Date("2021-07-12T10:17:05Z"), session_duration: "35.52", ip_address: "413.237.631.666" },
            { id: 77, user_id: 35, action: "login", timestamp: new Date("2023-05-08T10:40:47Z"), session_duration: "57.64", ip_address: "319.295.963.938" },
            { id: 78, user_id: 31, action: "dashboard_created", timestamp: new Date("2021-04-05T13:32:17Z"), session_duration: "45.36", ip_address: "891.012.781.308" },
            { id: 79, user_id: 74, action: "logout", timestamp: new Date("2022-04-12T17:17:22Z"), session_duration: "72.85", ip_address: "066.428.549.916" },
            { id: 80, user_id: 21, action: "logout", timestamp: new Date("2022-09-21T11:50:35Z"), session_duration: "54.23", ip_address: "262.094.143.122" },
            { id: 81, user_id: 87, action: "logout", timestamp: new Date("2023-10-02T08:19:15Z"), session_duration: "85.07", ip_address: "267.811.471.719" },
            { id: 82, user_id: 68, action: "login", timestamp: new Date("2023-01-14T08:04:06Z"), session_duration: "55.70", ip_address: "941.826.619.645" },
            { id: 83, user_id: 38, action: "login", timestamp: new Date("2022-07-21T20:30:31Z"), session_duration: "76.63", ip_address: "421.574.586.450" },
            { id: 84, user_id: 18, action: "login", timestamp: new Date("2023-06-24T22:14:28Z"), session_duration: "45.77", ip_address: "334.965.963.005" },
            { id: 85, user_id: 75, action: "logout", timestamp: new Date("2022-06-07T19:05:08Z"), session_duration: "73.11", ip_address: "275.936.269.274" },
            { id: 86, user_id: 83, action: "login", timestamp: new Date("2020-04-09T13:19:18Z"), session_duration: "63.11", ip_address: "340.900.831.928" },
            { id: 87, user_id: 82, action: "logout", timestamp: new Date("2021-11-29T08:31:57Z"), session_duration: "79.43", ip_address: "128.408.558.941" },
            { id: 88, user_id: 72, action: "login", timestamp: new Date("2022-12-28T20:46:47Z"), session_duration: "86.62", ip_address: "708.304.899.176" },
            { id: 89, user_id: 123, action: "dashboard_created", timestamp: new Date("2021-02-01T07:44:46Z"), session_duration: "41.05", ip_address: "902.391.060.920" },
            { id: 90, user_id: 36, action: "login", timestamp: new Date("2023-04-09T16:30:03Z"), session_duration: "48.34", ip_address: "013.791.114.696" },
            { id: 91, user_id: 68, action: "query_executed", timestamp: new Date("2021-05-28T18:02:19Z"), session_duration: "34.06", ip_address: "756.007.789.386" },
            { id: 92, user_id: 132, action: "login", timestamp: new Date("2023-06-24T21:17:18Z"), session_duration: "51.86", ip_address: "514.149.055.514" },
            { id: 93, user_id: 38, action: "dashboard_created", timestamp: new Date("2021-12-15T13:16:54Z"), session_duration: "70.22", ip_address: "681.493.766.689" },
            { id: 94, user_id: 26, action: "query_executed", timestamp: new Date("2022-06-18T10:53:40Z"), session_duration: "19.92", ip_address: "840.024.719.672" },
            { id: 95, user_id: 119, action: "query_executed", timestamp: new Date("2020-02-18T20:10:20Z"), session_duration: "81.26", ip_address: "465.658.440.270" },
            { id: 96, user_id: 134, action: "query_executed", timestamp: new Date("2023-06-07T23:01:24Z"), session_duration: "64.05", ip_address: "325.678.342.670" },
            { id: 97, user_id: 49, action: "login", timestamp: new Date("2022-03-20T19:04:03Z"), session_duration: "73.70", ip_address: "697.055.219.045" },
            { id: 98, user_id: 2, action: "dashboard_created", timestamp: new Date("2020-04-02T19:39:31Z"), session_duration: "62.64", ip_address: "329.272.510.770" },
            { id: 99, user_id: 16, action: "logout", timestamp: new Date("2023-10-14T20:11:18Z"), session_duration: "61.00", ip_address: "747.020.789.631" },
            { id: 100, user_id: 81, action: "login", timestamp: new Date("2023-10-24T06:28:01Z"), session_duration: "41.22", ip_address: "911.487.482.112" },
            { id: 101, user_id: 43, action: "query_executed", timestamp: new Date("2023-07-18T23:18:39Z"), session_duration: "55.64", ip_address: "662.489.828.353" },
            { id: 102, user_id: 20, action: "login", timestamp: new Date("2020-09-24T13:33:21Z"), session_duration: "74.23", ip_address: "978.698.615.780" },
            { id: 103, user_id: 4, action: "login", timestamp: new Date("2022-07-20T13:29:48Z"), session_duration: "56.76", ip_address: "128.136.015.992" },
            { id: 104, user_id: 33, action: "dashboard_created", timestamp: new Date("2022-10-09T11:17:06Z"), session_duration: "34.39", ip_address: "666.762.012.544" },
            { id: 105, user_id: 61, action: "login", timestamp: new Date("2022-05-27T13:23:05Z"), session_duration: "63.42", ip_address: "470.132.859.928" },
            { id: 106, user_id: 81, action: "login", timestamp: new Date("2021-03-12T18:41:22Z"), session_duration: "44.69", ip_address: "892.295.710.311" },
            { id: 107, user_id: 57, action: "query_executed", timestamp: new Date("2022-09-18T18:36:03Z"), session_duration: "53.56", ip_address: "053.718.178.664" },
            { id: 108, user_id: 42, action: "login", timestamp: new Date("2021-04-09T17:20:11Z"), session_duration: "63.06", ip_address: "043.276.423.434" },
            { id: 109, user_id: 41, action: "query_executed", timestamp: new Date("2022-08-26T10:34:35Z"), session_duration: "65.78", ip_address: "853.457.467.653" },
            { id: 110, user_id: 67, action: "query_executed", timestamp: new Date("2023-11-27T10:56:58Z"), session_duration: "42.58", ip_address: "855.105.508.624" },
            { id: 111, user_id: 105, action: "query_executed", timestamp: new Date("2022-09-17T09:36:45Z"), session_duration: "89.92", ip_address: "305.590.229.370" },
            { id: 112, user_id: 29, action: "query_executed", timestamp: new Date("2020-08-28T11:08:29Z"), session_duration: "78.94", ip_address: "263.898.313.457" },
            { id: 113, user_id: 105, action: "login", timestamp: new Date("2023-12-23T15:10:12Z"), session_duration: "68.62", ip_address: "242.987.423.647" },
            { id: 114, user_id: 62, action: "login", timestamp: new Date("2022-04-26T14:52:15Z"), session_duration: "60.48", ip_address: "209.992.385.015" },
            { id: 115, user_id: 149, action: "login", timestamp: new Date("2023-03-06T11:41:49Z"), session_duration: "71.56", ip_address: "044.613.252.330" },
            { id: 116, user_id: 79, action: "logout", timestamp: new Date("2022-12-27T17:58:04Z"), session_duration: "53.11", ip_address: "606.335.371.204" },
            { id: 117, user_id: 110, action: "logout", timestamp: new Date("2021-11-19T20:29:15Z"), session_duration: "33.51", ip_address: "042.311.761.003" },
            { id: 118, user_id: 106, action: "logout", timestamp: new Date("2021-05-19T15:27:28Z"), session_duration: "107.03", ip_address: "017.749.120.179" },
            { id: 119, user_id: 95, action: "dashboard_created", timestamp: new Date("2023-11-08T17:24:43Z"), session_duration: "69.10", ip_address: "236.190.240.584" },
            { id: 120, user_id: 92, action: "dashboard_created", timestamp: new Date("2022-08-28T00:45:00Z"), session_duration: "103.47", ip_address: "165.344.680.770" },
            { id: 121, user_id: 96, action: "login", timestamp: new Date("2020-03-18T18:10:07Z"), session_duration: "57.58", ip_address: "082.395.626.382" },
            { id: 122, user_id: 22, action: "logout", timestamp: new Date("2023-01-26T19:33:00Z"), session_duration: "46.98", ip_address: "526.286.990.823" },
            { id: 123, user_id: 109, action: "logout", timestamp: new Date("2023-11-29T12:07:08Z"), session_duration: "62.39", ip_address: "510.099.737.833" },
            { id: 124, user_id: 94, action: "logout", timestamp: new Date("2022-07-12T14:04:32Z"), session_duration: "34.10", ip_address: "375.946.513.664" },
            { id: 125, user_id: 99, action: "login", timestamp: new Date("2022-04-23T13:28:17Z"), session_duration: "74.67", ip_address: "885.692.654.139" },
            { id: 126, user_id: 80, action: "login", timestamp: new Date("2021-03-10T19:56:58Z"), session_duration: "61.42", ip_address: "125.647.172.548" },
            { id: 127, user_id: 1, action: "login", timestamp: new Date("2022-08-18T09:02:05Z"), session_duration: "107.47", ip_address: "514.527.175.731" },
            { id: 128, user_id: 68, action: "logout", timestamp: new Date("2023-02-10T13:05:21Z"), session_duration: "82.94", ip_address: "672.964.441.737" },
            { id: 129, user_id: 36, action: "login", timestamp: new Date("2022-06-17T10:57:58Z"), session_duration: "72.74", ip_address: "118.389.380.846" },
            { id: 130, user_id: 127, action: "dashboard_created", timestamp: new Date("2023-06-17T20:21:54Z"), session_duration: "66.77", ip_address: "801.561.483.619" },
            { id: 131, user_id: 83, action: "dashboard_created", timestamp: new Date("2021-11-23T05:34:10Z"), session_duration: "96.75", ip_address: "705.385.053.703" },
            { id: 132, user_id: 23, action: "login", timestamp: new Date("2020-07-25T22:02:05Z"), session_duration: "77.62", ip_address: "190.674.616.362" },
            { id: 133, user_id: 66, action: "query_executed", timestamp: new Date("2021-09-06T07:03:25Z"), session_duration: "51.32", ip_address: "504.756.905.530" },
            { id: 134, user_id: 4, action: "query_executed", timestamp: new Date("2020-05-22T18:24:29Z"), session_duration: "55.43", ip_address: "594.923.952.363" },
            { id: 135, user_id: 30, action: "login", timestamp: new Date("2022-10-08T12:43:09Z"), session_duration: "71.04", ip_address: "232.770.470.679" },
            { id: 136, user_id: 5, action: "query_executed", timestamp: new Date("2023-11-14T00:32:20Z"), session_duration: "65.73", ip_address: "860.747.192.209" },
            { id: 137, user_id: 150, action: "logout", timestamp: new Date("2021-12-25T10:02:02Z"), session_duration: "55.44", ip_address: "521.444.712.042" },
            { id: 138, user_id: 113, action: "dashboard_created", timestamp: new Date("2023-05-03T16:45:19Z"), session_duration: "27.54", ip_address: "260.959.287.797" },
            { id: 139, user_id: 44, action: "login", timestamp: new Date("2021-08-14T08:08:29Z"), session_duration: "57.76", ip_address: "396.269.561.488" },
            { id: 140, user_id: 64, action: "login", timestamp: new Date("2023-09-12T18:14:51Z"), session_duration: "54.96", ip_address: "779.716.256.859" },
            { id: 141, user_id: 146, action: "login", timestamp: new Date("2020-11-21T10:39:12Z"), session_duration: "54.19", ip_address: "822.323.427.724" },
            { id: 142, user_id: 115, action: "query_executed", timestamp: new Date("2023-03-21T02:29:19Z"), session_duration: "67.95", ip_address: "107.504.461.781" },
            { id: 143, user_id: 12, action: "query_executed", timestamp: new Date("2023-07-19T17:14:00Z"), session_duration: "66.12", ip_address: "695.627.960.072" },
            { id: 144, user_id: 68, action: "logout", timestamp: new Date("2022-10-09T03:54:31Z"), session_duration: "59.01", ip_address: "122.228.661.652" },
            { id: 145, user_id: 104, action: "query_executed", timestamp: new Date("2023-08-29T12:27:27Z"), session_duration: "57.52", ip_address: "736.641.895.812" },
            { id: 146, user_id: 86, action: "query_executed", timestamp: new Date("2021-11-11T14:00:59Z"), session_duration: "75.90", ip_address: "937.097.527.103" },
            { id: 147, user_id: 109, action: "query_executed", timestamp: new Date("2022-03-16T14:12:11Z"), session_duration: "57.11", ip_address: "091.046.134.339" },
            { id: 148, user_id: 40, action: "login", timestamp: new Date("2021-05-15T17:52:47Z"), session_duration: "34.24", ip_address: "600.244.221.565" },
            { id: 149, user_id: 65, action: "dashboard_created", timestamp: new Date("2022-12-17T01:30:17Z"), session_duration: "18.17", ip_address: "169.525.298.799" },
            { id: 150, user_id: 149, action: "login", timestamp: new Date("2022-01-20T14:31:38Z"), session_duration: "74.72", ip_address: "330.659.823.654" },
            { id: 151, user_id: 42, action: "logout", timestamp: new Date("2022-04-20T10:41:21Z"), session_duration: "80.15", ip_address: "678.958.048.801" },
            { id: 152, user_id: 145, action: "query_executed", timestamp: new Date("2023-08-15T18:28:59Z"), session_duration: "47.98", ip_address: "078.118.822.934" },
            { id: 153, user_id: 124, action: "login", timestamp: new Date("2022-11-08T22:24:30Z"), session_duration: "69.31", ip_address: "175.337.535.806" },
            { id: 154, user_id: 65, action: "dashboard_created", timestamp: new Date("2023-02-08T10:27:12Z"), session_duration: "68.81", ip_address: "815.084.685.732" },
            { id: 155, user_id: 3, action: "dashboard_created", timestamp: new Date("2022-11-20T21:02:00Z"), session_duration: "88.87", ip_address: "011.716.397.043" },
            { id: 156, user_id: 32, action: "dashboard_created", timestamp: new Date("2020-11-15T14:27:52Z"), session_duration: "21.79", ip_address: "838.001.302.305" },
            { id: 157, user_id: 120, action: "logout", timestamp: new Date("2023-01-21T16:22:36Z"), session_duration: "99.86", ip_address: "307.838.869.659" },
            { id: 158, user_id: 98, action: "dashboard_created", timestamp: new Date("2023-02-08T07:40:12Z"), session_duration: "53.18", ip_address: "864.305.905.953" },
            { id: 159, user_id: 147, action: "login", timestamp: new Date("2023-09-08T19:20:45Z"), session_duration: "60.69", ip_address: "634.964.387.098" },
            { id: 160, user_id: 99, action: "logout", timestamp: new Date("2023-10-22T17:40:42Z"), session_duration: "75.87", ip_address: "328.892.542.183" },
            { id: 161, user_id: 27, action: "login", timestamp: new Date("2022-06-24T21:33:19Z"), session_duration: "48.55", ip_address: "817.555.114.448" },
            { id: 162, user_id: 49, action: "logout", timestamp: new Date("2023-01-19T10:29:03Z"), session_duration: "61.30", ip_address: "036.699.518.240" },
            { id: 163, user_id: 85, action: "login", timestamp: new Date("2022-01-15T21:29:20Z"), session_duration: "87.35", ip_address: "253.715.578.378" },
            { id: 164, user_id: 150, action: "login", timestamp: new Date("2023-12-05T21:05:06Z"), session_duration: "72.13", ip_address: "116.897.653.113" },
            { id: 165, user_id: 66, action: "login", timestamp: new Date("2020-12-16T07:15:01Z"), session_duration: "61.44", ip_address: "113.924.310.284" },
            { id: 166, user_id: 92, action: "login", timestamp: new Date("2023-12-13T21:30:36Z"), session_duration: "83.00", ip_address: "834.500.337.697" },
            { id: 167, user_id: 5, action: "query_executed", timestamp: new Date("2022-02-11T10:12:50Z"), session_duration: "63.66", ip_address: "728.046.026.743" },
            { id: 168, user_id: 50, action: "query_executed", timestamp: new Date("2020-05-12T11:48:43Z"), session_duration: "61.52", ip_address: "988.340.258.917" },
            { id: 169, user_id: 14, action: "dashboard_created", timestamp: new Date("2022-05-22T19:37:12Z"), session_duration: "47.24", ip_address: "912.373.808.686" },
            { id: 170, user_id: 85, action: "query_executed", timestamp: new Date("2022-07-31T12:26:03Z"), session_duration: "93.62", ip_address: "989.878.527.694" },
            { id: 171, user_id: 85, action: "dashboard_created", timestamp: new Date("2023-05-31T19:41:23Z"), session_duration: "77.82", ip_address: "004.150.708.037" },
            { id: 172, user_id: 8, action: "login", timestamp: new Date("2023-07-23T05:13:55Z"), session_duration: "76.28", ip_address: "175.452.925.357" },
            { id: 173, user_id: 114, action: "login", timestamp: new Date("2023-11-27T08:44:59Z"), session_duration: "75.95", ip_address: "572.924.010.765" },
            { id: 174, user_id: 65, action: "query_executed", timestamp: new Date("2023-10-20T23:40:27Z"), session_duration: "61.98", ip_address: "633.865.972.810" },
            { id: 175, user_id: 16, action: "login", timestamp: new Date("2020-05-27T09:15:56Z"), session_duration: "58.29", ip_address: "285.790.799.627" },
            { id: 176, user_id: 98, action: "query_executed", timestamp: new Date("2023-08-25T13:07:07Z"), session_duration: "64.99", ip_address: "531.228.737.020" },
            { id: 177, user_id: 47, action: "logout", timestamp: new Date("2023-09-07T19:49:56Z"), session_duration: "61.23", ip_address: "582.273.874.420" },
            { id: 178, user_id: 24, action: "login", timestamp: new Date("2020-08-09T17:20:23Z"), session_duration: "70.86", ip_address: "160.102.557.259" },
            { id: 179, user_id: 81, action: "query_executed", timestamp: new Date("2022-08-25T17:06:30Z"), session_duration: "81.21", ip_address: "827.391.574.197" },
            { id: 180, user_id: 27, action: "logout", timestamp: new Date("2020-05-18T07:07:34Z"), session_duration: "57.34", ip_address: "502.811.739.817" },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
