This document summarizes a microservices meetup hosted by @mosa_siru. Key points include:
1. @mosa_siru is an engineer at DeNA and CTO of Gunosy.
2. The meetup covered Gunosy's architecture with over 45 GitHub repositories, 30 stacks, 10 Go APIs, and 10 Python batch processes using AWS services like Kinesis, Lambda, SQS and API Gateway.
3. Challenges discussed were managing 30 microservices, ensuring API latency below 50ms across availability zones, and handling 10 requests per second with nginx load balancing across 20 servers.
The document discusses performance testing of Firebird databases. It provides guidelines for testing including understanding the goal of the test, hardware and software setup, and accounting for caching effects. Testing covered analyzing queries on different Firebird versions and settings, comparing the use of Firebird cache versus OS cache, loading speed with different numbers of concurrent users and database sizes, and testing concurrency levels between Classic and SuperClassic architectures. Results showed improvements in Firebird 2.5 and with SuperClassic architecture over Classic.
The document discusses OLTP-EMUL, an open-source performance testing tool for Firebird. It describes how to configure and run OLTP-EMUL tests on Firebird 2.5, 3.0 and 4.0 to simulate a trading application. IBSurgeon regularly runs these tests and publishes the results online, showing significant performance improvements from Firebird 2.5 to 3.0 and 4.0, especially for the SuperServer engine. Configuration settings for Firebird.conf that optimize performance are also provided.