Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 2

one year ago
Scaling Scoold up - Pro vs Pro Unlimited
Scaling Scoold - Pro vs Pro Unlimited
I want to scale up Scoold and I am wondering how to make it possible. Given the current setup: - the deployment environment is K8s/OpenShift - 1 pod running for Scoold, 1 pod for Para and 1 pod hosting Postgres - about 20 users that daily use Scoold I need to open it to a greater number of users (about 1K+). 1. Bringing the pods to 3 for Scoold and Para, would it help? 2. Which else could help? 3. Which is the difference between the Pro and the Pro Unlimited. Is it only licensing model? Where can I find more info about Pro Unlimited? 4. If I deploy it on GCP, using GKE, which database would you recommend? (MongoDB is not a possible choice)
I want to scale up Scoold and I am wondering how to make it possible. Given the current setup: - the deployment environment is K8s/OpenShift - 1 pod running for Scoold, 1 pod for Para and 1 pod hosting Postgres - about 20 users that daily use Scoold I need to open it to a greater number of users (about 1K+). 1. Bringing the pods to 3 for Scoold and Para, would it help? 2. Which else could help? 3. Which is the difference between the Pro and the Pro Unlimited. Is it only licensing model? Where can I find more info about Pro Unlimited? 4. If I deploy it on GCP, using GKE, which database would you recommend? (MongoDB is not a possible choice)
#gke #gcp #scoold #scale-up
#gke #gcp #scoold #scale-up
one year ago
Original
Scaling Scoold - Pro vs Pro Unlimited

I want to scale up Scoold and I am wondering how to make it possible. Given the current setup: - the deployment environment is K8s/OpenShift - 1 pod running for Scoold, 1 pod for Para and 1 pod hosting Postgres - about 20 users that daily use Scoold I need to open it to a greater number of users (about 1K+). 1. Bringing the pods to 3 for Scoold and Para, would it help? 2. Which else could help? 3. Which is the difference between the Pro and the Pro Unlimited. Is it only licensing model? Where can I find more info about Pro Unlimited? 4. If I deploy it on GCP, using GKE, which database would you recommend? (MongoDB is not a possible choice)
#gke #gcp #scoold #scale-up