Discussion:
[arangodb-google] Content-Length' bigger than max packet size (183843176 > 134217728)
ArangoTestUser
2018-03-02 15:16:56 UTC
Permalink
I'm using the latest ArangoDB of the respective release series:

- 3.3

Mode:

- Single-Server

Storage-Engine:

- [- ] mmfiles

On this operating system:

- [ -] Windows, version: windows 10, Corei3 2.95GHz, RAM: 4GB,

I'm issuing AQL via:

- [- ] web interface with this browser: Google chrome running on this OS:
- [- ] arangosh

I've run db._createStatement({ query: "FOR L IN ZKWtestdata RETURN L",
count: true }).execute().count()
The AQL query in question is: Find whole collection. Which i have import
JSON file(count is 196,342, size: 33.05 GB).
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Dino Lopez
2018-03-02 18:32:47 UTC
Permalink
I wonder if the error is loading all the records in memory or not execute the specific count function instead.
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...