Hi,
In my application, we have 2.5 million users, and while searching user through the "/admin/user/" it takes 10 seconds. All tables are already re-indexed.
Is it a way to improve this searching performance?
Hi,
In my application, we have 2.5 million users, and while searching user through the "/admin/user/" it takes 10 seconds. All tables are already re-indexed.
Is it a way to improve this searching performance?
@dan said in Elastic Beanstalk Support:
I am not aware of anyone running FusionAuth in Elastic Beanstalk. I am not sure how the database configuration would occur; it's been a while since I look at that, but I don't remember EB being flexible when it came to database connections.
Hi, Dan
Sorry for the late answer, we completed the task steps below. I am adding details for the other users that might need it.
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "fusionauth/fusionauth-app"
},
"Ports": [
{
"ContainerPort": 9011,
"HostPort": 8000
}
]
}
Hi,
Is FusionAuth supports elastic beanstalk? Instead of using a regular server, I would like to deploy FusionAuth into the Elastic Beanstalk environment.