What is MySQL Cluster's Practical Memory Limit?Less RAM than Index_length MyISAMmemcached+mysql cluster...
Terse Method to Swap Lowest for Highest?
Multiplicative persistence
Unexpected behavior of the procedure `Area` on the object 'Polygon'
Why does a simple loop result in ASYNC_NETWORK_IO waits?
Why does the Sun have different day lengths, but not the gas giants?
What are the advantages of simplicial model categories over non-simplicial ones?
Why is the "ls" command showing permissions of files in a FAT32 partition?
What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?
Is there a RAID 0 Equivalent for RAM?
Does Doodling or Improvising on the Piano Have Any Benefits?
Quasinilpotent , non-compact operators
Pre-mixing cryogenic fuels and using only one fuel tank
What is going on with 'gets(stdin)' on the site coderbyte?
Plot of a tornado-shaped surface
Fear of getting stuck on one programming language / technology that is not used in my country
Is there an injective, monotonically increasing, strictly concave function from the reals, to the reals?
On a tidally locked planet, would time be quantized?
How to cover method return statement in Apex Class?
creating a ":KeepCursor" command
PTIJ: Haman's bad computer
The IT department bottlenecks progress, how should I handle this?
Why can Carol Danvers change her suit colours in the first place?
What if a revenant (monster) gains fire resistance?
Why is so much work done on numerical verification of the Riemann Hypothesis?
What is MySQL Cluster's Practical Memory Limit?
Less RAM than Index_length MyISAMmemcached+mysql cluster maximum memoryWhy there is a start (*) after Nodegroup:0 in MySQL cluster? What does it means?Mysql Optimization suggessionsMysql Server 5.6 high memory consumptionMySQL Cluster “ALTER ONLINE TABLE … STORAGE MEMORY” doubtWays to recover a corrupted Wordpress database?mysql cluster with innodb utilizing high memoryWhat are some practical use cases for memory tables?Would my MySQL database benefit from increasing the InnoDB buffer pool size?
We are designing a cloud SaaS, and are actively considering MySQL Cluster choice for our DB. We will be writing more than 100M rows/day to the DB. We need to understand if there is any practical memory limit.
I understand that MySQL Cluster supports at max 48 data nodes, but is there practically any limit on the RAM each data node can have? RAM will be anyways expensive but we want to eliminate this if there is any hard limit.
The question stems from this link: http://dev.mysql.com/doc/refman/5.6/en/mysql-cluster-ndb-innodb-engines.html, where Storage Limit is mentioned as 3TB. It is slightly ambiguous to understand the way it is written.
Thanks in advance.
mysql mysql-cluster
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
We are designing a cloud SaaS, and are actively considering MySQL Cluster choice for our DB. We will be writing more than 100M rows/day to the DB. We need to understand if there is any practical memory limit.
I understand that MySQL Cluster supports at max 48 data nodes, but is there practically any limit on the RAM each data node can have? RAM will be anyways expensive but we want to eliminate this if there is any hard limit.
The question stems from this link: http://dev.mysql.com/doc/refman/5.6/en/mysql-cluster-ndb-innodb-engines.html, where Storage Limit is mentioned as 3TB. It is slightly ambiguous to understand the way it is written.
Thanks in advance.
mysql mysql-cluster
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
We are designing a cloud SaaS, and are actively considering MySQL Cluster choice for our DB. We will be writing more than 100M rows/day to the DB. We need to understand if there is any practical memory limit.
I understand that MySQL Cluster supports at max 48 data nodes, but is there practically any limit on the RAM each data node can have? RAM will be anyways expensive but we want to eliminate this if there is any hard limit.
The question stems from this link: http://dev.mysql.com/doc/refman/5.6/en/mysql-cluster-ndb-innodb-engines.html, where Storage Limit is mentioned as 3TB. It is slightly ambiguous to understand the way it is written.
Thanks in advance.
mysql mysql-cluster
We are designing a cloud SaaS, and are actively considering MySQL Cluster choice for our DB. We will be writing more than 100M rows/day to the DB. We need to understand if there is any practical memory limit.
I understand that MySQL Cluster supports at max 48 data nodes, but is there practically any limit on the RAM each data node can have? RAM will be anyways expensive but we want to eliminate this if there is any hard limit.
The question stems from this link: http://dev.mysql.com/doc/refman/5.6/en/mysql-cluster-ndb-innodb-engines.html, where Storage Limit is mentioned as 3TB. It is slightly ambiguous to understand the way it is written.
Thanks in advance.
mysql mysql-cluster
mysql mysql-cluster
asked Sep 6 '16 at 0:07
romanchromanch
1
1
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
As I read it, there is a 64GB limit per node. 48 nodes, without redundancy, would allow 3TB total data size, 1.5TB with redundancy.
That sounds like less than a day's worth of data at the rate you are ingesting data.
Do you need all the raw data? Or can you summarize the data, then throw away (or archive to text files) the raw data? This would probably let you collect data for 10 times as long.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f148865%2fwhat-is-mysql-clusters-practical-memory-limit%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
As I read it, there is a 64GB limit per node. 48 nodes, without redundancy, would allow 3TB total data size, 1.5TB with redundancy.
That sounds like less than a day's worth of data at the rate you are ingesting data.
Do you need all the raw data? Or can you summarize the data, then throw away (or archive to text files) the raw data? This would probably let you collect data for 10 times as long.
add a comment |
As I read it, there is a 64GB limit per node. 48 nodes, without redundancy, would allow 3TB total data size, 1.5TB with redundancy.
That sounds like less than a day's worth of data at the rate you are ingesting data.
Do you need all the raw data? Or can you summarize the data, then throw away (or archive to text files) the raw data? This would probably let you collect data for 10 times as long.
add a comment |
As I read it, there is a 64GB limit per node. 48 nodes, without redundancy, would allow 3TB total data size, 1.5TB with redundancy.
That sounds like less than a day's worth of data at the rate you are ingesting data.
Do you need all the raw data? Or can you summarize the data, then throw away (or archive to text files) the raw data? This would probably let you collect data for 10 times as long.
As I read it, there is a 64GB limit per node. 48 nodes, without redundancy, would allow 3TB total data size, 1.5TB with redundancy.
That sounds like less than a day's worth of data at the rate you are ingesting data.
Do you need all the raw data? Or can you summarize the data, then throw away (or archive to text files) the raw data? This would probably let you collect data for 10 times as long.
answered Sep 6 '16 at 3:33
Rick JamesRick James
43.6k22259
43.6k22259
add a comment |
add a comment |
Thanks for contributing an answer to Database Administrators Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f148865%2fwhat-is-mysql-clusters-practical-memory-limit%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown