Note that there are some explanatory texts on larger screens.

plurals
  1. USQuicker
    primarykey
    data
    text
    plurals
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. CO@CSchulz:the benefit is less round trips to the database which ultimately improves your overall performance. My whole answer goes like this: tweak your script RIGHT, which does NOT include multi-tasking/threading. The tweaking bit are: bulk reads and write PLUS employ only db round trips which are really needed PLUS improve scaling (which involves to ensure that script only running once at a time but then assign it LOTs of memory) PLUS use arrays for intelligent 'caching' rather then make use of any heuristic caching
      singulars
    2. COFrom what I have seen in your profile and in your comments your questions are potentially less related to coding insides but more to technology concepts. There might be better places to ask such questions on the stackexchange site portfolio. So if yo get stuck you may want to ask another question - but also consider if such question makes more sense on any of the other sites. I did not find a way how to address questions directly. I would not mind for more but in general check comments only sporadically or when there is a concrete open thread.
      singulars
    3. COBoth my solutions aim at the website.com/about pattern. 'Static' in terms of my answer just means, you have dedicated files per keyword. 'Dynamic' means you implement all logic in just one file. Your code indicates that you have a file per each keyword. So you would run the route, that I labeled with 'static'.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload