Skip to content
#

index

Here are 513 public repositories matching this topic...

jaffee
jaffee commented Apr 1, 2019

Description

We need better guidance around choosing hardware. For a given size and shape of data, how much memory do you need? How much CPU should you provision to hit certain latency targets, how much disk and how fast, etc.

This won't be easy, and will need to be supported by benchmarks.

Related:
#1796
This will be helped by #1926 and improving our statsd stuff and usage of it.

dinama
dinama commented Feb 7, 2020
git apply PostgresNode.patch.txt
echo 'exec valgrind postgres "$@"' > /tmp/pgvalgrind && chmod +x /tmp/pgvalgrind
PGLAUNCHER=/tmp/pgvalgrind make check -C contrib/rum

in command CREATE INDEX rumidx ON tst USING rum (t rum_tsvector_ops); will be endless working. because calling the function repalloc calls the macro VALGRIND_MEMPOOL_CHANGED which is very slooooow.

I suggest r

ghuser
ghuser commented Oct 21, 2019

In case someone wants to add extra content (e.g. an additional script ) in the existing template, it would be good to be able to do it also from inside template function (instead of copying/editing the default template). To achieve this, the default template should be added in locals object passed to template function.

The advantage of this is that on a later package upgrade, the template wil

antoniogoncalves92
antoniogoncalves92 commented Mar 26, 2020

Hi, i am currently using your services to implement an instant search to improve system search. And everything looks great till now. But currently i m getting an issues with a model import data, since am using aggregator to use multiples models in one indice.

The issues is like so:

  1. When i add some models, lets say, Contrato, Pagamento and User to the models array property of the Aggregat
bencoveney
bencoveney commented May 5, 2017

Rather than using the include/exclude options someone may want to identify files that should/shouldn't be included by marking them with a header at the top of the file. This is along the lines of tools like istanbul and tslint that allow checks to be disabled using a comment.

Should this be a predetermined string? I am not sure of any use cases where someone would need to use their own format.

Hirevo
Hirevo commented Oct 13, 2019

This is a tracking issue for additional Indexer implementations.

Here is a non-exhaustive list of potential candidates for an Indexer implementation:

  • RemoteIndex:
    Requires to implement a companion server.
    The idea is to have a clone of the index on another machine on which a companion server is running, you would then point Alexandrie to that server and it would take care o
adamvoss
adamvoss commented Jan 15, 2017

The depends-on: query (such as accessed via "Artifact Dependencies") takes a parameter of form "$organization/$artifactName". The dependents and dependency boxes on artifact pages also display this form.

This is not consistent with the hierarchy a user sees elsewhere in Scaladex which has the general form "$organization/$project/$artifactName/$version", as the $project level is omitted.

Improve this page

Add a description, image, and links to the index topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the index topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.