Skip to content

Instantly share code, notes, and snippets.

View ConorCallanan2003's full-sized avatar

Conor Callanan ConorCallanan2003

View GitHub Profile
@ConorCallanan2003
ConorCallanan2003 / 01_setup_test_data_simple.sql
Created October 31, 2025 15:21
Tines Records Performance Testing Scripts - SQL data setup and Ruby benchmarking
-- ============================================================================
-- Records Filter Performance Testing: Test Data Setup (Simplified)
-- ============================================================================
-- This script creates realistic test data for performance testing record filters
-- Run this first to populate the database with test records
-- ============================================================================
BEGIN;
-- ============================================================================