|
From: Dmitry Y. <no...@gi...> - 2025-11-22 11:21:18
|
Branch: refs/heads/work/tablespace-stats Home: https://github.com/FirebirdSQL/firebird Commit: 93043394e8d6fc8938431c81e81fb8a843adbd99 https://github.com/FirebirdSQL/firebird/commit/93043394e8d6fc8938431c81e81fb8a843adbd99 Author: Dmitry Yemanov <dye...@us...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: M src/jrd/Monitoring.cpp M src/jrd/RuntimeStatistics.cpp M src/jrd/RuntimeStatistics.h M src/jrd/cch.cpp M src/jrd/inf.cpp M src/jrd/jrd.h Log Message: ----------- Add support of grouping page-level I/O counters per pagespace Commit: e0817d0feb79aa1cbdf64c7bf4ab834f051d8080 https://github.com/FirebirdSQL/firebird/commit/e0817d0feb79aa1cbdf64c7bf4ab834f051d8080 Author: Dmitry Yemanov <dye...@us...> Date: 2025-11-22 (Sat, 22 Nov 2025) Changed paths: M src/include/firebird/FirebirdInterface.idl M src/include/firebird/IdlFbInterfaces.h M src/include/gen/Firebird.pas M src/jrd/RuntimeStatistics.cpp M src/jrd/RuntimeStatistics.h M src/jrd/tra.cpp M src/jrd/trace/TraceDSQLHelpers.h M src/jrd/trace/TraceJrdHelpers.h M src/jrd/trace/TraceObjects.cpp M src/jrd/trace/TraceObjects.h M src/utilities/ntrace/TracePluginImpl.cpp M src/utilities/ntrace/TracePluginImpl.h Log Message: ----------- Add support for per-pagespace I/O statistics. Deprecate non-extendable PerformanceInfo struct in favor of the new PerformanceCounters/PerformanceStats interfaces. Adjust the trace implementation to the new API. Compare: https://github.com/FirebirdSQL/firebird/compare/93043394e8d6%5E...e0817d0feb79 To unsubscribe from these emails, change your notification settings at https://github.com/FirebirdSQL/firebird/settings/notifications |