Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Software Engineering

Questions tagged [caching]

Ask Question

Questions regarding cache algorithms by applications and implementations of information caching by database engines and other information repository and presentation applications.

267 questions
Filter by
Sorted by
Tagged with
1vote
1answer
131views

I am currently rethinking my API response schema and caching strategy while implementing ETag-based caching for a paginated REST API (for example, listing places).Each paginated response looks like ...
1vote
4answers
272views

ContextI'm working on a client-server-agent application, where server distributes tasks supplied by clients over agents. Server is passive, all communications are initiated by clients and agents....
Basilevs's user avatar
2votes
0answers
161views

when user login in my web application (Article Website) I'm using Redis to cache the refresh token. So when user login I will generate refresh token and send it to him. While caching in my Redis the ...
Osama Assi's user avatar
0votes
1answer
132views

I'm trying to understand the best way to approach how to manage and update a user’s payment subscription status in a web application. Let’s say you have a subscriptions table in a database that is ...
0votes
1answer
114views

I'm developing a microservice-based application that processes a high volume of messages. Each message must be handled according to the user’s personal settings and some tenant-specific (customer) ...
6votes
2answers
443views

This problem is very relevant to games and real-time simulations but it may have broader applications. It seems inherently difficult to solve.The problem:Imagine that you have a large buffer of data,...
4votes
1answer
330views

More or less what the title says.Suppose we have a sequential container like vector in c++ that will store data contiguously.When we say that the data is stored contiguously do we mean that it's ...
3votes
3answers
635views

What are things that newer CPU can do to speed up single thread execution?multiple registers? (can compilers always benefit from it?)SIMD? (do compilers use SIMD without code annotation?)does a ...
3votes
2answers
434views

These days I was asked by our technological leader to populate a cache.The exact nature of the request impacts a back-end (BE) system that operates on a database through a client library.The BE is a ...
Chaos's user avatar
-2votes
1answer
375views

I have a React Redux web app that fetches data from an Express/Node backend and MySQL database. I have a table of records that I fetch and store in redux as an array of objects, which I display as a ...
Display212's user avatar
-2votes
3answers
322views

I am building a Spring boot REST API app that is part of a microservice architecture project. What I am planning:My app listens for events from two other services and after some business logic, ...
1vote
1answer
77views

ContextI m building a dashboard application gathering data from a Rest APIThis Rest API can be requested by client applications others than the dashboard to get dataThat data is then aggregated ...
mfrachet's user avatar
0votes
2answers
249views

I'm learning about caching and I realized a positional problem I need clarification on.Suppose the database p90 response time is too high and we need to decrease it. We are considering adding a cache....
Ali Pardhan's user avatar
0votes
0answers
83views

I have a NextJS app for which I want to cache data from our backend APIs to reduce the load when we have high volumes of concurrent users scrolling through (or search) years-worth of historical data....
-1votes
1answer
213views

When creating a distributed web application, cache invalidation can be a big deal. However, our web application doesn't need distributed load, as we don't expect to serve more than 1k users at a time. ...
thebluetropics's user avatar

153050per page
1
2345
18

Hot Network Questions

more hot questions
Newest caching questions feed

[8]ページ先頭

©2009-2025 Movatter.jp