Oleksandr Karpov
Oleksandr Karpov
**Version** 5.0.11 **Describe the bug** When file of the DB grows over +2GB then the Insert method becomes almost unresponsive **Code to Reproduce** just add +10M entities and try to...
## Use case We have a mobile app and at some point our users need to import some data into our mobile app but to do it users need to...
The process cannot access the file .poshssh\hosts.json because it is being used by another process
When you run a lot of PowerShell objects concurrently which all use Posh-SSH to access different servers ` runThread = new Thread(() => { if (_stop) return; List openThrs =...
How to use it in a clean runspace? ` InitialSessionState iss = InitialSessionState.Create(); SessionStateCmdletEntry getCommand = new SessionStateCmdletEntry( "Get-Command", typeof(Microsoft.PowerShell.Commands.GetCommandCommand), ""); SessionStateCmdletEntry importModule = new SessionStateCmdletEntry( "Import-Module", typeof(Microsoft.PowerShell.Commands.ImportModuleCommand), ""); iss.Commands.Add(getCommand);...
Could not create getter for System.String& ByRef return values are not supported
Error: Cannot find module 'typescript' Require stack: - C:\Users\abc\Downloads\typescript-converter-master\build\lib\TsAstBuilder.js - C:\Users\abc\Downloads\typescript-converter-master\build\lib\Program.js ←[90m at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)←[39m ←[90m at Function.Module._load (node:internal/modules/cjs/loader:778:27)←[39m ←[90m at Module.require (node:internal/modules/cjs/loader:1005:19)←[39m ←[90m at require (node:internal/modules/cjs/helpers:102:18)←[39m at Object. (C:\Users\abc\Downloads\typescript-converter-master\build\lib\TsAstBuilder.js:4:20)...
It would be great to have multi-host support (as some other language drivers do), for example: Host=_111.222.33.44:8123,44.55.66.77:8123_;Database=default;User=default;Password=1q2w3e4r;Compress=True;CommandTimeout=300;ReadWriteTimeout=300; Which would provide automatic failover and load-balancing for inserts/select queries with ClickHouse replica...