sql-splitter 1.8.0

High-performance CLI tool for splitting large SQL dump files into individual table files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
services:
  benchmark:
    build:
      context: ..
      dockerfile: docker/Dockerfile.benchmark
    volumes:
      - ../tests/data:/data:ro
      - ../benchmark-results:/results
    tmpfs:
      - /tmp:size=4G,mode=1777
    working_dir: /workspace
    stdin_open: true
    tty: true