Michael Filonenko

Results 13 comments of Michael Filonenko

## MVP PoC - 10 simultanios connection - keep 10 requests on the fly - during 20 seconds - wait for connection closing - count total request done ### Material...

## Next — Single Node Forever Alone - create space from golang - make load profile - 50% write - 50% read requests - make main as cartridge-cli module ```...

## Plan For MIFI - Learning Tarantool and Golang connector infrastructure - Make Golang connection to Tarantool with defer closing - Make function for request using golang connection - Make...

other solution is to use unix sockets

probably fixed by https://github.com/tarantool/gis/pull/19

Kostiyl ``` export LDFLAGS="-L/usr/local/opt/[email protected]/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" ```

> Hot-reload of migrations also depends on [tarantool/cartridge#1328](https://github.com/tarantool/cartridge/issues/1328) because we need a guarantee that during mirgation hot-reload fully blocked. It is unblocked now

The metric counter is code hot path. Be careful it seems that new `if` can decrease perf a little.