We have a project in java platfrom that handle milion http request per day. We have exprience in jee platfrom with wildfly as app sever also we use relational database , my question is how we can use in memory solution with support acid transaction , also select framework for supporting microservice pattern? How to select good in memory db and good app server ? Also use spring boot or use jee standard ( use thorntail ,...)?
How to handle massive http request with java?
371 views Asked by Alireza Alallah At
1
There are 1 answers
Related Questions in SPRING-BOOT
- Multi Tenancy in Spring - Partitioned Data Approach
- I have created a spring boot application with spring data JPA, Rest ,oracle and i am getting this ORA-00933: SQL command not properly ended
- Springboot: How to get an entity optional property and check null?
- How to create jasper report in spring boot rest api with jpa
- JSON Body is Not Passing Certain Strings
- Unresolved reference error is showing up after adding the dgs codegen plugin successfully
- Transaction silently rolled back
- JPA buddy error when generating JPA Entities from DB
- Migrating Spring Boot 2 to 3 throws org.glassfish.jaxb.runtime.v2.runtime.IllegalAnnotationsException: 3 counts of IllegalAnnotationExceptions
- Hibernate SQL Error: Missing FROM-clause entry for table "th1_1"
- Appwrite and / or Spring Boot Backend
- Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. I'm using Postgresql
- Driver com.microsoft.sqlserver.jdbc.SQLServerDriver claims to not accept jdbcUrl, ${SPRING_DATASOURCE_URL}: GitHub Actions
- springboot class org.hibernate.mapping.Bag cannot be cast to class org.hibernate.mapping.SimpleValue
- Spring security causing 404 with message "No static resource login"
Related Questions in IGNITE
- Apache Ignite c++ client 2.16. How to handle the connection lost scenarios in the middle of any cache insert/remove/get operations
- when will EvictionPolicy start to deltete data? and how it works?
- The retrieval time for the Apache Ignite cache is too long
- Is there a easy way to identify which metric are global vs node specific?
- Apache Ignite c++ client 2.16. with Transactions - IGNITE_ERR_TX_THIS_THREAD Issue
- Apache Ignite cluster nodes getting down abruptly
- Apache Ignite 2.16 - c++ support for Transactions for a dynamically created cache using thin client
- Is there any way to see the number of thin clients connected to a server?
- H2 DB version that is compatible with Apache Ignite 2.16
- What does 'Current affinity assignment is not ideal, it is waiting for cache' mean in Ignite logs?
- Bear minimum Ignite cluster for tests
- Scala case class as Ignite Cache key
- How do Configure Index forIn memory Ignite Cache without Persistent Storage
- Trying to track cache behaviour using JFR when testing Apache Ignite with YCSB
- How to specify partition count on cache creation using Ignite thin client?
Related Questions in IN-MEMORY-DATABASE
- Is it possible to append the data in Redis command
- Showing Console of hsqldb as H2, Spring Boot 3
- C# EF - How to unit test a SQLite file in memory?
- Best Practices for Handling Failures and Ensuring Data Consistency Across In-Memory DB, MongoDB, and Kafka in a Processing Pipeline
- Autofac Dependency Injection for Azure Table and EntityFrameworkCore InMemoryDb
- NpgsqlTsVector doesn't work using EF In Memory Database
- ApplicationDbContext instance is creating again and again
- Can't seed data in mocked InMemory db in Integration tests
- In-memory data store in the Ballerina: implementation, limitations, and scaling
- In-Memory database versus shared memory IPC
- About refreshDatabase trait in laravel unit testing
- Attach in-memory sqlite database to physical database connection in c#
- Postgres in memory for CI/CD purposes in node runtime
- Entity Framework : referencing other objects
- Can I rewrite this query to LINQ?
Related Questions in THORNTAIL
- thorntail dependency is pulling a dependency which I have excluded
- How to send null values using jaxrs-jsonb (JSON-B | JSR-367)?
- Error while deploying thorntail generated package in java 11 runtime
- Configure HSQLDB datasource with Thorntail / Wildfly Swarm
- Is there a similar filter for Quarkus logs like filter-spec from Thorntail?
- Hiding the logs of an API call
- Deployment issue with thorntail and polymorphism in REST API Payload
- Caused by: org.jboss.modules.ModuleNotFoundException: java.net.http"}} when trying to use thorntail
- Is there a way to run a Wildfly bootable jar with external configurations?
- How to exclude ActiveMQ from Thorntail
- Wildfly Thorntail fails to deploy due to Operation timed out awaiting service container stability
- Proxy-address-forwarding property from Thorntail to Quarkus
- Thorntail: dynamic values on project_defaults.yml
- Quarkus unit tests exclude class
- Define Datasource validation in Thorntail
Related Questions in FOUNDATIONDB
- FoundationDB as storage backend for JanusGraph: still feasible and advisable?
- Installing foundationdb k8s operator with helm is failing
- Unable to compile simple go program using foundationdb
- VSCode Debugger not working under Rosetta
- Safely delete foundationdb directory
- Unable to delete an Fdb record entry
- foundationdb running docker image macos database unavailable
- How to use fdb-document-layer with kubernetes?
- FDB Client failing to start on macOS Catalina (v10.15.6)
- Foundation db Python client bidding version
- FoundationDb: What is meaning of FDBException: Transaction is too old to perform reads or be committed
- FoundationDB RAM requirements
- How to do fuzzy string matching of bigger than memory dictionary in an ordered key-value store?
- How to handle massive http request with java?
- How to do transactions using MongoDB C driver with FoundationDB Document Layer?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You can use Ignite in two deployment modes - either as an in-memory data grid that is deployed on top of your relational database or in-memory database on its own with Ignite persistence enabled.
Both modes support all the Ignite APIs including distributed transactions. Both provide unlimited scalability in RAM plus with Ignite persistence you can scale horizontally on disk.
So, basically, it’s up to you to select the mode. Refer to this page that shows some of the advantages of Ignite persistence:https://apacheignite.readme.io/docs/distributed-persistent-store