简体   繁体   English

我想将Mysql作为数据库部署我的Rails应用程序。 我想使用免费的heroku服务器。 此免费服务器有哪些限制?

[英]I want to deploy my rails app with Mysql as database. I want to go with free heroku server. what are the limitations of this free server?

i have a small rails Application with Mysql database.i want to deploy this application to heroku . 我有一个带有Mysql数据库的小型rails应用程序。我想将此应用程序部署到heroku but i am not getting the limitations of it. 但我没有得到它的limitations like what is the maximum database size and maximum application size . 例如maximum database sizemaximum application size是多少。 i know only the ram limitation is upto 512 mb . 我知道只有ram限制是512 mb how many instances it will provides and what is the bandwidth of it etc,like this i want to know all limitations of this free hosting on heroku . 它会提供多少个instances以及它的bandwidth是多少,等等,我想知道这个在herokufree hosting所有限制。

Check the following link it breaks the heroku plans down for you. 检查以下链接,它可以为您分解heroku计划。

The free plan which is Hobby Tier for example 免费计划,例如Hobby Tier

  1. has an enforced row limits of 10,000 rows in your database for hobby-dev 您的数据库中hobby-dev的强制行限制为10,000
  2. No in-memory cache 没有内存缓存
  3. No fork/follow support: Fork and follow, used to create replica databases and master-slave setups, are not supported 不支持fork / follow:不支持用于创建副本数据库和主从设置的fork和follow
  4. Expected uptime of 99.5% each month. 预期每月的正常运行时间为99.5%。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 mysql数据库转储。 我想将生产数据复制到我的开发服务器。 在生产现场启动时这样做安全吗? - mysql database dump. I want to copy production data to my development server. Is this safe to do as production site is up? 当Web服务器的mysql数据库发生更改时,我想发送推送通知。 可能吗? - I want to send a push notification when there is a change in web server's mysql database. Is it possible? 如何使用 MySQL 数据库在 Heroku 上部署 Go 服务器? - How to deploy Go server on Heroku with a MySQL database? 我想调试mysql服务器 - I want to debug mysql server 我的Rails应用程序使用mysql数据库和AR-ORM,但我希望印象派单一使用MongoDB - My rails app use mysql database and AR-ORM, but I want impressionist single use MongoDB 我想在另一台服务器上创建mysql数据库的副本 - I want to create replica of mysql database on another server 我想将服务器的当前日期与存储在mySQL数据库中的日期进行比较 - I want to compare the current date of my server with a date stored in a mySQL database 我想将一些图片文件上传到我的服务器并将文件名记录在 mysql 数据库中但不知何故存在问题 - I want to upload some picture files to my server and record the file name in mysql database but somehow there exists a problem 使用我自己的 MySQL 服务器将我的 Flask 应用程序部署到 Heroku - Deploy my Flask app to Heroku using my own MySQL server 想要将上传的csv文件插入数据库。 它说“未选择数据库”,我想念什么? - want to insert uploaded csv file into database. it says 'no database selected' what did i miss?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM