M
M
Maxim2017-05-17 20:25:03
Yii
Maxim, 2017-05-17 20:25:03

Which database to choose for indexing/caching data?

A large number of data are stored in a cassander cluster. I am looking for a persistent database into which it would be possible to pull a part of the data (by key) and provide it to the client, where he could search by any attributes (the simplest, such as name=Vasya&age=18 etc) and sort (also by any set of attributes ). With the ability to store in a pre-sorted form according to a specific set of attributes (each set may have its own).

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
davidnum95, 2018-08-01
@davidnum95

Create a scripts folder, create a file there:

#!/bin/bash

/ПУТЬ ДО ПРОЕКТА/yii test/index

Then in the cron:
* * * * * /bin/bash /ПУТЬ ДО ПРОЕКТА/scripts/НАЗВАНИЕ ФАЙЛА

S
Saboteur, 2018-08-01
@saboteur_kiev

In the crone, do this:
cd / let / yii; /usr/bin/php -q /let/yii test/index

H
huwesu, 2017-05-17
@huwesu

For caching?
Tarantool

A
Alexey Cheremisin, 2017-05-17
@leahch

elasticsearch!

D
Dimonchik, 2017-05-17
@dimonchik2013

Aerospike

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question