Will TiDB work on a network of machines with 2 cores and 4GB of RAM each? #66422
Replies: 5 comments
|
原帖作者:winkyao\n原帖时间:2023-01-30 06:42:37.413462\n\n It depends on your workload, it is hard to say if these machines can satisfy ~30K QPS. If you don’t have much resources to run a big TiDB Cluster, I recommend you to use TiDB Cloud Serverless TiDB Cloud |
|
原帖作者:billmay-B\n原帖时间:2023-01-30 08:54:37.382632\n\n
|
|
原帖作者:emchristiansen\n原帖时间:2023-01-30 16:01:23.475102\n\n These numbers don’t make a lot of sense to me, because they’re not paired with expected usage (e.g. QPS, storage, etc). I’m trying to understand what the baseload is (cost of idling), and how that scales as you scale QPS and storage usage. |
|
原帖作者:emchristiansen\n原帖时间:2023-01-30 16:08:30.416384\n\n If it helps, I can get 10K QPS out of MongoDB on the same machines with the intended workload. Alas, I’m on a budget and probably can’t afford to use TiDB Cloud. |
|
原帖作者:winkyao\n原帖时间:2023-01-30 16:27:29.283572\n\n BTW, TiDB Serverless is free at beginning and pay as you go when you exceed the quota. Whatever, if you want to deploy the small cluster youself, please use TiUP to do that. I think it deserve a try to see if tidb can meets your requirements. |


Uh oh!
There was an error while loading. Please reload this page.
原帖作者:emchristiansen\n原帖时间:2023-01-30 06:36:57.646352\n原帖ID/Slug:140 / will-tidb-work-on-a-network-of-machines-with-2-cores-and-4gb-of-ram-each\n\n
I have a small network of weak nodes, each with about 2 cores and 4 GB of RAM to spare.
Each node needs a local copy of the database, as I expect ~30K reads / sec / node (it’s okay if reads are stale).
There will be relatively few writes, and the database will probably be about 10 GB.
Is this a reasonable use-case for TiDB?
(The docs recommend much larger machines, but for a 10 GB database perhaps it’s okay?)
All reactions