openfire-docker-compose/optional/sql/postgresql
Matthew Vivian 2396ea588e refactor: reorganise optional SQL scripts by database type
The optional SQL directory contained a single PostgreSQL script with no
clear organisation. As we now have scripts for both PostgreSQL and MSSQL,
and multiple test scenarios (message generation, room creation, performance
testing), a clearer structure is needed.

Reorganises into postgresql/ and mssql/ subdirectories with descriptive
filenames that indicate purpose rather than execution order. Adds README
documenting available scripts and usage patterns.

Key scripts preserved:
- 410k message generator (PostgreSQL + MSSQL)
- 50 room creator with message redistribution (PostgreSQL + MSSQL)
- 10,000 minimal rooms for scale testing (PostgreSQL)
- 200 rooms with realistic affiliations and messages (PostgreSQL)
- Worker count configuration template (PostgreSQL)
2025-12-12 12:49:51 +00:00
..
create-50-rooms.sql refactor: reorganise optional SQL scripts by database type 2025-12-12 12:49:51 +00:00
generate-test-messages.sql refactor: reorganise optional SQL scripts by database type 2025-12-12 12:49:51 +00:00
performance-test-200-rooms-with-data.sql refactor: reorganise optional SQL scripts by database type 2025-12-12 12:49:51 +00:00
performance-test-10000-rooms.sql refactor: reorganise optional SQL scripts by database type 2025-12-12 12:49:51 +00:00
set-worker-count.sql refactor: reorganise optional SQL scripts by database type 2025-12-12 12:49:51 +00:00