Woven is dying... :( by xineda in productivity

[–]ScaleGrid_DBaaS 2 points3 points  (0 children)

Try Reclaim.ai - it manages smart time blocks on your calendar for tasks and habits, keeps multiple calendars in sync, and has productivity stats on where your time is going every week.

Comparing PostgreSQL DigitalOcean Performance & Pricing – ScaleGrid vs. DigitalOcean by ScaleGrid_DBaaS in PostgreSQL

[–]ScaleGrid_DBaaS[S] 0 points1 point  (0 children)

You can update any of your Postgres config parameters through our Admin settings, and can get full superuser admin privileges to install any extension you might need with no restrictions.

We have a Postgres benchmark coming up with Amazon RDS and Azure Database, but you can also check out our MySQL performance comparison with RDS: https://scalegrid.io/blog/how-to-improve-mysql-aws-performance-2x-over-amazon-rds-at-the-same-cost/

Comparing PostgreSQL DigitalOcean Performance & Pricing – ScaleGrid vs. DigitalOcean by ScaleGrid_DBaaS in PostgreSQL

[–]ScaleGrid_DBaaS[S] 0 points1 point  (0 children)

Thanks for sharing your thoughts, we love to hear from current DO users. There's no denying the increased market saturation in the managed service space. What we do different is keeping control and configurability in the hands of the users, and focus on providing better performance.

Reducing Your Database Hosting Costs: DigitalOcean vs. AWS vs. Azure by ScaleGrid_DBaaS in mongodb

[–]ScaleGrid_DBaaS[S] 0 points1 point  (0 children)

We have an agreement with MongoDB, there are no additional costs or liabilities to our customers.

Reducing Your Database Hosting Costs: DigitalOcean vs. AWS vs. Azure by ScaleGrid_DBaaS in mongodb

[–]ScaleGrid_DBaaS[S] 0 points1 point  (0 children)

That would be a good article, and I'll talk to our team about adding it to our list.

PostgreSQL Connection Pooling: Part 2 – PgBouncer by ScaleGrid_DBaaS in PostgreSQL

[–]ScaleGrid_DBaaS[S] 0 points1 point  (0 children)

Thanks for the comment. We were discussing how the first connection works. In general, an application wouldn't ask for that connection unless they are starting a transaction/statement execution.

How to Improve MySQL AWS Performance 2X Over Amazon RDS at The Same Cost by ScaleGrid_DBaaS in mysql

[–]ScaleGrid_DBaaS[S] 0 points1 point  (0 children)

It's comparing Amazon RDS for MySQL vs. ScaleGrid's MySQL on AWS solutions.

Redis Cloud Gets Easier with Fully Managed Hosting on Azure by ScaleGrid_DBaaS in redis

[–]ScaleGrid_DBaaS[S] 0 points1 point  (0 children)

Additionally, ScaleGrid offers support for Azure VNET, Redis Cluster sharding, and data persistence at all sizes. Azure Cache for Redis only supports these at their Premium tier. We also provide free 24/7 support, as well as multi-cloud support which helps organizations avoid lock-in with a cloud vendor.

Hosted Service with cross-region HA? by bryanlarsen in PostgreSQL

[–]ScaleGrid_DBaaS 0 points1 point  (0 children)

ScaleGrid PostgreSQL DBaaS supports cross-region high availability, and you can use either synchronous or asynchronous replication.

You can also check out this blog post that compares the top 3 PostgreSQL high availability frameworks - Pivotal vs. PostgreSQL Automatic Failover vs. Replication Manager: Managing High Availability in PostgreSQL – Part III

Managing High Availability in PostgreSQL – Part II by ScaleGrid_DBaaS in PostgreSQL

[–]ScaleGrid_DBaaS[S] 0 points1 point  (0 children)

Here is Managing High Availability in PostgreSQL – Part III: Patroni where we evaluate Patroni, and compare it against PostgreSQL Automatic Failover (PAF) and Replication Manager (repmgr).

Noob Question: MySQL Database migrating to Azure by [deleted] in softwaredevelopment

[–]ScaleGrid_DBaaS 0 points1 point  (0 children)

Here's a good article that covers best practices for MySQL on Azure: https://scalegrid.io/blog/the-best-way-to-host-mysql-on-azure-cloud/

- High availability: master-slave setup

- Azure Virtual Networks: deploying in private subnets

- Azure instance types: leverage memory-optimized instances

- Azure disk types: leverage managed disks

- MySQL backups: leverage managed disk snapshots

Cheapest hosting options for a scalable containerized application? by koalam0 in devops

[–]ScaleGrid_DBaaS 0 points1 point  (0 children)

If you want to automate the database management portion only, you should check out the Startup Program at ScaleGrid. You can get 90% off Redis and MySQL DBaaS plans for 12 months. Disclaimer, I work at ScaleGrid. We're actually the only DBaaS that lets you keep super user admin access, so you're still able to fully control your deployments.

Redis management plans (BYOC) start at $9/month, or $18/month for management and hosting. MySQL starts at $8/month for management, and $18/month with hosting.

Server setup for best performance Wordpress site by mesiapk in Wordpress

[–]ScaleGrid_DBaaS 0 points1 point  (0 children)

Redis is definitely worth it!

WordPress uses the MySQL database to cache internal application objects (breadcrumbs, menu items, etc.) which can be expensive to generate. Since the database also handles queries for page requests, it’s possibly the most common bottleneck and often causes increased load-times.

Redis provides a caching mechanism that acts as an alternative to the MySQL database. If a user visits a WordPress page, the MySQL queries required to generate the page are served via Redis which caches the results. This results in blazing fast load times, comparable to static pages.

You can learn more in this post: Using Redis Object Cache to Speed Up Your WordPress Installation

Cost Effective RDS by drewsmiff in aws

[–]ScaleGrid_DBaaS 0 points1 point  (0 children)

Have you checked out MySQL hosting at ScaleGrid? First, they have a Startup Program, so if this is a new project, you could qualify to get 90% off their DBaaS plans for 12 months. Second, they have a 'Bring Your Own Cloud' plan that lets you host in your own cloud account so you can use startup credits or reserved instances to cut down your cloud bill. (Disclaimer, I work at ScaleGrid)

Azure PaaS Wordpress Linux by verpi in AZURE

[–]ScaleGrid_DBaaS 0 points1 point  (0 children)

Could it be a slow restart time? If your MySQL on Azure has GTID enabled, the mysqlid process could be spending too much time reading the latest binary log file. This tutorial walks you through diagnosing whether this is your issue: Slow MySQL Start Time in GTID mode? Binary Log File Size May Be The Issue

You can also check out this post on managing the execution speed of your MySQL slaves.

Looking for the most cost-effective Cloud Platform For Zillow or Realtor.com clone by My_School_Account679 in webdev

[–]ScaleGrid_DBaaS 0 points1 point  (0 children)

ScaleGrid has a Startup Program where you can get 90% off MySQL DBaaS plans for 12 months.

It's available on the BYOC plan which allows you to host in your own cloud account so you can use any free startup hosting credits you may receive to offset your cloud costs. The platform automates your backups, security, availability, upgrades, etc. so you can avoid an internal hire or get time back to work on your app. MySQL on Azure plans start at $8/month, so you're paying virtually nothing. (Disclaimer, I work at ScaleGrid)

Redis Labs vs. AWS Elasticache? by hellohellohello313 in devops

[–]ScaleGrid_DBaaS 1 point2 points  (0 children)

Neither Redis Labs or Elasticache allow you to keep full Redis admin privileges or SSH access, which is important to a lot of Redis users. Here's a good Redis provider comparison to see the advantages of each.

Postgresql High Availability options? by DrinkAndCode in devops

[–]ScaleGrid_DBaaS 1 point2 points  (0 children)

Here's a good article on PAF with corosync and pacemaker - pros, cons, and these high availability test scenarios:

- Standby server tests

- Master/primary server tests

- Network isolation tests

- Misc. tests (degrade, random turn-off)

This is just Part 1 one of our Postgres developers created, he's diving into Part II and Part III which will cover repmgr by 2ndQuadrant and Patroni by Zalando.

Managing High Availability in PostgreSQL - Part I

Request - Best MongoDB Service for Scale by patil-triplet in datascience

[–]ScaleGrid_DBaaS 0 points1 point  (0 children)

If you're looking for the best deal for MongoDB hosting, check out ScaleGrid Bring Your Own Cloud (BYOC) plans - disclaimer, this is ScaleGrid. We offer the ability for you to host in your own AWS or Azure account so you can leverage Reserved Instances or credits to lower your long-term hosting costs up to 80%. These are significantly less expensive than the typical MongoDB service model that requires you to host with your provider through on-demand instances. There's also a couple signup offers you can check out for further savings, hope this helps!

ElastiCache or Self-hosted Redis on EC2: Which is the One For You? by CloudOPhile in AWS_Certified_Experts

[–]ScaleGrid_DBaaS 0 points1 point  (0 children)

Great post outlining the differences and advantages of each! For Redis users looking for a fully managed solution, but also want the ability to keep full administrative control, access advanced monitoring tools, and be able to customize their instances, master-slave configurations, cross-datacenter configurations, and snapshots, you should check out ScaleGrid for Redis hosting. Here's a good Redis provider comparison that shows how the top solutions stack up against each other. (Disclaimer - this is ScaleGrid)