You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Sun Apr 28 12:38:02.808 2024 conn 2 (127.0.0.1:53228) real 0.000 wall 0.000 found 0 */SELECT*FROM test WHERE MATCH('test') OPTION ranker=proximity;
58
59
/* Sun Apr 28 12:38:05.585 2024 conn 2 (127.0.0.1:53228) real 0.001 wall 0.001 found 0 */SELECT*FROM test WHERE MATCH('test') GROUP BY channel_id OPTION ranker=proximity;
59
-
/* Sun Apr 28 12:40:57.366 2024 conn 4 (127.0.0.1:53256) real 0.000 wall 0.000 found 0 *//*{
* Each log entry is a valid Manticore SQL/JSON statement that reconstructs the full request, except if the logged request is too large and needs to be shortened for performance reasons.
51
-
* JSON requests and additional messages, counters, etc., are logged as comments.
51
+
* JSON requests are logged as comments, skipping extra whitespaces between elements.
52
+
* Additional messages, counters, etc., are logged as comments.
52
53
53
54
<!-- intro -->
54
55
`sphinxql` log entries example:
55
56
<!-- request Example -->
56
57
```sql
57
58
/* Sun Apr 28 12:38:02.808 2024 conn 2 (127.0.0.1:53228) real 0.000 wall 0.000 found 0 */SELECT*FROM test WHERE MATCH('test') OPTION ranker=proximity;
58
59
/* Sun Apr 28 12:38:05.585 2024 conn 2 (127.0.0.1:53228) real 0.001 wall 0.001 found 0 */SELECT*FROM test WHERE MATCH('test') GROUP BY channel_id OPTION ranker=proximity;
59
-
/* Sun Apr 28 12:40:57.366 2024 conn 4 (127.0.0.1:53256) real 0.000 wall 0.000 found 0 *//*{
0 commit comments