1622392800
In our previous blog SNOWSQL – I, we introduced you to SnowSQL – a new modern command-line tool. Today we are going to talk about how SnowSQL helps to query data interactively.
SnowSQL works well after its installation, we can make customizations to get full advantage of SnowSQL.
For example, by defining connections in the config file, we can preset my environment (account, warehouse, database, etc…) and don’t have to worry about connection strings or exposed passwords.
To keep track of which environment we are in, we can customize the prompt to show only the information we need.
#big data and fast data #snowflake #big data #cloud data warehouse #snowflake #snowsql
1622392800
In our previous blog SNOWSQL – I, we introduced you to SnowSQL – a new modern command-line tool. Today we are going to talk about how SnowSQL helps to query data interactively.
SnowSQL works well after its installation, we can make customizations to get full advantage of SnowSQL.
For example, by defining connections in the config file, we can preset my environment (account, warehouse, database, etc…) and don’t have to worry about connection strings or exposed passwords.
To keep track of which environment we are in, we can customize the prompt to show only the information we need.
#big data and fast data #snowflake #big data #cloud data warehouse #snowflake #snowsql
1597222800
In our previous posts in this series, we spoke at length about using PgBouncer and Pgpool-II , the connection pool architecture and pros and cons of leveraging one for your PostgreSQL deployment. In our final post, we will put them head-to-head in a detailed feature comparison and compare the results of PgBouncer vs. Pgpool-II performance for your PostgreSQL hosting !
The bottom line – Pgpool-II is a great tool if you need load-balancing and high availability. Connection pooling is almost a bonus you get alongside. PgBouncer does only one thing, but does it really well. If the objective is to limit the number of connections and reduce resource consumption, PgBouncer wins hands down.
It is also perfectly fine to use both PgBouncer and Pgpool-II in a chain – you can have a PgBouncer to provide connection pooling, which talks to a Pgpool-II instance that provides high availability and load balancing. This gives you the best of both worlds!
PostgreSQL Connection Pooling: Part 4 – PgBouncer vs. Pgpool-II
While PgBouncer may seem to be the better option in theory, theory can often be misleading. So, we pitted the two connection poolers head-to-head, using the standard pgbench tool, to see which one provides better transactions per second throughput through a benchmark test. For good measure, we ran the same tests without a connection pooler too.
All of the PostgreSQL benchmark tests were run under the following conditions:
We ran each iteration for 5 minutes to ensure any noise averaged out. Here is how the middleware was installed:
Here are the transactions per second (TPS) results for each scenario across a range of number of clients:
#database #developer #performance #postgresql #connection control #connection pooler #connection pooler performance #connection queue #high availability #load balancing #number of connections #performance testing #pgbench #pgbouncer #pgbouncer and pgpool-ii #pgbouncer vs pgpool #pgpool-ii #pooling modes #postgresql connection pooling #postgresql limits #resource consumption #throughput benchmark #transactions per second #without pooling
1624270366
IIS is a well-known software to deliver websites on the Microsoft Windows platform. You can use it to deliver static contents, ASP .NET Web applications, or ASP .NET Core web applications. It has many other features, e.g., it can limit the exposed public surface area of the apps that it hosts. Also, it can provide an additional layer of configuration and defense and might integrate better with existing infrastructure.
Based on your OS, you might need to enable the IIS feature, and in this post, I will show you how to quickly setup IIS on your Windows machine.
#web dev #iis #setting up
1627555380
Install IIS server on windows system | Shortcut to open IIS, control panel | Web server installation
Install IIS server on windows system
#IIS #IISInstallation #windows #webserver #defaultwebsite
#controlpane #windowsfeatures #dotnet
#iis #iisinstallation #windows #webserver #dotnet
1592152029
I get asked this question a lot as I go around demonstrating the benefits of using URL Rewriting in ASP.NET, how can I process wildcard extensions and just dire
#iis #asp.net #programming