#
pooler
Here are 7 public repositories matching this topic...
Data exchange client - SFTP/FTP
client
data
downloader
ftp
sftp
exchange
uploader
puller
sftp-client
ftp-client
data-exchange
upload-file
data-export
pooler
download-pollers
-
Updated
Sep 7, 2020 - Java
.NET parallel tasks executing library - DLL and NuGet package source.
csharp
dotnet
thread
parallel
pool
parallel-computing
parallelization
dot-net
parallelism
threading
thread-pool
parallel-algorithm
vb-net
vbnet
threads
parallel-processing
parallel-programming
pooling
pooler
-
Updated
Sep 1, 2017 - C#
A Generic Object Pooler for Unity
csharp
unity
tool
optimization
pool
pooler
object-pooler
objectpooler
pooled-objects
objectpooler-script
-
Updated
May 14, 2021 - C#
Automated docker image builds for Odyssey (Scalable PostgreSQL connection pooler).
-
Updated
Oct 22, 2020 - Dockerfile
A lightning-fast, self-managing, and efficient pooling system I created as part of my Bachelors
-
Updated
Mar 10, 2020 - C++
Repo for PgBouncer image containers
-
Updated
May 13, 2022 - Dockerfile
Improve this page
Add a description, image, and links to the pooler topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pooler topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I want to be able to block a known bad query from reaching my database and taking it down. A bad query example could be something that's too expensive to run at scale, e.g. a sequential scan.
Describe the solution you'd like
I want to be able to identify the most expensive queries, e.g.
SHOW EXPENSIVE QUERIES;, and block