Changes between Version 58 and Version 59 of Caching


Ignore:
Timestamp:
11/14/25 21:05:51 (11 days ago)
Author:
222039
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Caching

    v58 v59  
    256256
    257257Во my.ini:
    258 * '''innodb_buffer_pool_size = 4G'''
    259 * '''innodb_buffer_pool_instances = 4'''
    260 * '''innodb_buffer_pool_chunk_size = 1G'''
    261 
    262 [[Image
     258* '''innodb_buffer_pool_size = 256M/512'''
     259* '''innodb_buffer_pool_instances = 1'''
     260* '''innodb_buffer_pool_chunk_size = 128M'''
     261
     262[[Image(F2 Image 16.png)]]
     263
     264Лев прозорец (buffer pool: 512M):
     265* '''Cold Run:''' 6871 ms
     266* '''Warming Up Run:''' 1521 ms
     267* '''Warm Run:''' 1503 ms
     268Десен прозорец (buffer pool: 256M):
     269* '''Cold Run:''' 6359 ms
     270* '''Warming Up Run:''' 6226 ms
     271* '''Warm Run:''' 6108 ms
    263272
    264273