Reorganize ecosystem section

This commit is contained in:
steve-chavez
2019-08-26 10:28:03 -05:00
committed by Steve Chávez
parent 2d6c16c2a6
commit 4fe34079d8
3 changed files with 114 additions and 90 deletions
+2 -2
View File
@@ -84,9 +84,9 @@ However including the request header :code:`Prefer: count=exact` calculates and
This is fine in small tables, but count performance degrades in big tables due to the MVCC architecture of PostgreSQL. For very large tables it can take a very long time to retrieve the results which allows a denial of service attack. The solution is to strip this header from all requests:
.. code::
.. code-block:: postgres
Nginx stuff. Remove any prefer header which contains the word count
-- Pending nginx config: Remove any prefer header which contains the word count
.. note::