Questions tagged [elasticity]
30 questions
0
votes
2 answers
What is the maximum size of a single snowflake database instance?
I am trying to understand if snowflake can run peta byte sized database workload and what is the maximum size of a single snowflake database instance?

Saurabh
- 9
- 1
- 2
0
votes
1 answer
How to make kubernetes cluster elastic?
Helo i am running a .NET application in Azure Kubernetes Services as a 3 pod cluster (1 pod per node).
I am trying to understand how can i make my cluster elastic depending on load ?
How can i configure the deployment.yaml so that after a certain %…

Bercovici Adrian
- 8,794
- 17
- 73
- 152
0
votes
1 answer
Regression with indexes in R
I am trying to estimate tax elasticity with OLS. Below you can see example of my dataset.
dataset<-data.frame(
gross_income_new=c(5000,4000,3000,2000,1500,200,1000,200,1500),
…

silent_hunter
- 2,224
- 1
- 12
- 30
0
votes
1 answer
Applying displacement control loading using Lagrange multipliers in the material non-linear finite element method
Hi I am trying to implement a simple plasticity based finite element code. I am not clear how to set up displacement control applied through Lagrange multipliers. In case of a linear problem, I did the following to apply displcament control and it…

Bruce Lee Jun Fan
- 13
- 1
- 6
0
votes
1 answer
How to scale sharded Akka Cluster automatically?
Akka Cluster documentation doesn't specify how we can automatically scale the cluster - adding or removing nodes. How is this supposed to be implemented in Akka ecosystem? For example, in two cases - when we're using VMs for nodes, or containers in…

AndCode
- 384
- 1
- 10
0
votes
0 answers
How to reduce the load on the master database with an additional database which is having real live data?
We are having an e-commerce application which is working in Mysql and java. We are expecting number of users increasing and our database is will be busy with our e-commerce request itself.
At the same time we are planing to implement a CRM tool to…

anoop
- 1,604
- 6
- 24
- 50
0
votes
1 answer
Checking the variance (or elasticity) of a variable over time in panel data
I have a panel dataset which is similar to the one below:
Country Ccode Year Happiness Power ID
1 France FR 2000 1000 1000 01
2 France FR 2001 1200 1400 01
3 France FR 2000 1400 1800 02
4 France FR 2001 1600…

Tom
- 2,173
- 1
- 17
- 44
0
votes
1 answer
CES Production Function Estimation using micEconCES
I'm currently trying to do some estimations using the micEconCES package in R by Henningsen/Henningsen (2011). My issue is that I am not very familiar with R and I'm trying to implement my own dataset to get the estimations with the package.
They…

macro123
- 1
- 2
0
votes
1 answer
Add price elasticity as a calculated column to excel pivot
I have a list of sales data that contains a column for the price, one for the sales and a third one for the month and finally a product-category column. To analyse the date of two months, I a created a Pivot Table in excel:
The columns H and I are…

n.r.
- 831
- 1
- 11
- 30
0
votes
1 answer
I joined multiple images into a rope. How can I decrease the rope stretchiness?
I created a rope based off this tutorial, except my rope has one ball attached on each end of the rope.
High Level: This is how they create the rope.
create an array of SKNodes
append each rope segment (node) to the array
add each node to the…

Sami
- 579
- 5
- 25
0
votes
1 answer
How to find the velocity of 2 colliding rigid bodies?
So I'm jumping into a physics engine. The colliders for now are spheres and planes. I've found the depth of the collision and the normal at point of contact easy enough, but for the life of me I can not wrap my head around the distribution of…

user1175522
- 13
- 4
0
votes
1 answer
Elasticity function for lm() coefficient
I wonder whether there is a function that calculates (economic) elasticity for models estimated with lm().
Elasticity for the percentage change of the dependent variable, around its mean Y, for a change of 1% in the independent variable, above its…

marco
- 73
- 1
- 8
0
votes
2 answers
What do the terms elastic and scalability mean in the context of cloud computing?
I've been reading a lot about cloud computing recently and the terms elasticity and scalability are used very frequently. I've been trying to finding some hard definitions for them, but many different sites seem to have different ideas for what…

David
- 495
- 2
- 5
- 8
-1
votes
2 answers
Scalability vs elasticity
What is the difference between elasticity and scalability in cloud computing
I read from the book of T.Erl (if I have understand it correctly) that scalability is the ability of a resource to increase or decrease by demand, and that elasticity is…

Laur155 155
- 39
- 4
-1
votes
1 answer
Elasticity with cloudsim
I'm working on a task scheduling method for cloud computing, the problem is l wanna create VMs during the run time in order to have elasticity and decrease the task rejection rate, but I dont know how to do this and where should I put the code for…