Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ToDo #1

Open
KarelWintersky opened this issue Nov 6, 2020 · 0 comments
Open

ToDo #1

KarelWintersky opened this issue Nov 6, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@KarelWintersky
Copy link
Collaborator

buildReplaceQueryMVA()

$new_dataset = array_diff(array_flip($dataset), $mva_atrributes);

вместо

$new_dataset = array_filter($dataset, function ($value, $key) use ($mva_atrributes) {
            return !in_array($key, $mva_atrributes);
        }, ARRAY_FILTER_USE_BOTH);

?

TODO: Sphinx

http://sphinxsearch.com/docs/manual-2.3.2.html#sphinxql-truncate-rtindex
http://sphinxsearch.com/docs/manual-2.3.2.html#sphinxql-flush-ramchunk
http://sphinxsearch.com/docs/manual-2.3.2.html#sphinxql-flush-rtindex
http://sphinxsearch.com/docs/manual-2.3.2.html#sphinxql-show-tables
http://sphinxsearch.com/docs/manual-2.3.2.html#sphinxql-describe
http://sphinxsearch.com/docs/manual-2.3.2.html#sphinxql-show-meta

@KarelWintersky KarelWintersky added the enhancement New feature or request label Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant