MySQL который указан в тегах - нормально справляется с этой задачей.
4) Непонятно зачем здесь указан Redis. Его задача не хранить 10 млрд а хранить только горячие
ключи по котороым идет очень частый доступ.
а насчёт обязан — это мол по правилам apple так?
To resolve this error, you can try building the code as a static library, or you can modify the code to avoid using the TLS relocations in a shared library. Additionally, you can check if your toolchain supports any other TLS relocation type that can be used with shared libraries on AArch64 architectures.
.afisha {
background-color: #7d7d7e;
position: fixed;
bottom:50px;
z-index: 100;
left: 0;
right: 0;
width: 99vw;
height: 87vh;
border: 1px solid #535353;
border-radius: 10px;
}
.afisha__title {
text-align: center;
width: 100%;
font-size: 24px;
font-family: "Caveat", cursive;
font-weight: 700;
color: #FFF;
}
.afisha__buttons {
position: absolute;
top: 0;
left: 0;
display: flex;
flex-wrap: wrap;
align-content: space-evenly;
justify-content: space-evenly;
height: 40%;
width: 100%;
border-bottom: 1px solid #535353;
}
.afisha__button {
font-family: "Caveat", cursive;
width: 90px;
position: relative;
border: 1px solid #535353;
border-radius: 30px;
font-weight: 700;
height: 30px;
color: #FFF;
font-size: 16px;
background-color: transparent;
}
.afisha__button::before {
content: "";
z-index: 0;
background-image: url('@/assets/Kamen.jpg');
background-position: center;
background-size: cover;
border-radius: 30px;
opacity: 0.5;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.afisha__info {
width: 100%;
height: 60%;
position: absolute;
bottom: 0;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
padding: 0 10px;
left: 0;
}
.afisha__column {
width: 50%;
display: flex;
flex-wrap: wrap;
align-content: space-evenly;
}
.afisha__title-performance {
color: #FFF;
font-size: 10px;
font-weight: 700;
width: 100%;
}