graphql icon indicating copy to clipboard operation
graphql copied to clipboard

RFC 025-cypher-field-filters

Open MacondoExpress opened this issue 2 years ago • 1 comments

Description

This PR includes the RFC 025-cypher-field-filters.

MacondoExpress avatar Sep 02 '22 14:09 MacondoExpress

⚠️ No Changeset found

Latest commit: e07f29afce5a9cd27a24a5e4790c93465163bc97

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Sep 02 '22 14:09 changeset-bot[bot]

Performance Report

No Performance Changes

Show Full Table
name dbHits old dbHits time (ms) old time (ms) maxRows
aggregations.TopLevelAggregate 3403 3403 42 53 1134
aggregations.NestedAggregation 13514 13514 115 167 2174
aggregations.AggregationWithWhere 13210 13210 102 117 2174
aggregations.NestedCountFromMovieToActors 8694 8694 74 96 2174
aggregations.NestedCountFromActorsToMovie 8900 8900 76 100 2174
aggregations.DeeplyNestedCount 10054408 10054408 5778 5117 2008534
batch-create.BatchCreate 3600 3600 122 137 600
connect.createAndConnect 12419 12419 294 270 3003
connections.Connection 13042 13042 171 343 2174
connections.NestedConnection 33883 33883 181 178 4516
connections.ConnectionWithSort 14120 14120 82 123 2174
connections.ConnectionWithSortAndCypher 14120 14120 234 370 2174
create.SimpleMutation 6 6 41 40 1
cypher-directive.TopLevelCypherDirective 99525 99525 878 944 10168
cypher-directive.TopLevelCypherDirectiveWithColumnName 127994 127994 356 388 10168
delete.SimpleDelete 18361 18361 293 277 1040
delete.NestedDeleteInUpdate 16779 16779 179 193 2040
query.SimpleQuery 14120 14120 243 150 2174
query.QueryWhere 12993 12967 43 60 2166
query.SimpleQueryWithNestedWhere 13164 13138 61 91 2166
query.Nested 10084290 10084290 12171 11130 2008534
query.NestedWithFilter 38198 38198 135 167 4511
query.OrFilterOnRelationships 52174 51182 182 286 1964
query.OrFilterOnRelationshipsAndNested 39793 37912 234 279 1964
query.QueryWithNestedIn 15060 15441 64 74 1282
query.NestedConnectionWhere 13182 13182 63 79 2174
query.DeeplyNestedConnectionWhere 13342 13352 107 111 2174
query.DeeplyNestedWithRelationshipFilters 6913 6913 188 198 1134
query.DeeplyNestedWithRelationshipSingleFilters 15438 15438 246 123 2174
query.Fulltext 96 96 37 36 16
query.FulltextWithNestedQuery 571 571 81 59 84
sorting.SortMultipleTypes 2493 2493 81 88 1040
sorting.SortMultipleTypesWithCypherWithCypher 1439 1463 203 323 1040
sorting.SortOnNestedFields 13042 13042 77 107 2174
sorting.SortDeeplyNestedFields 38965 38965 176 216 4516
sorting.SortWithTopLevelCypher 2119 2119 130 218 1040
unions.SimpleUnionQuery 321 321 69 84 35
unions.SimpleUnionQueryWithMissingFields 293 293 69 98 35
unions.NestedUnion 398553 398553 374 351 33033
unions.NestedUnionWithMissingFields 372527 372527 332 386 33033

Old Schema Generation: 36.989s Schema Generation: 36.733s

neo4j-team-graphql avatar Dec 14 '22 12:12 neo4j-team-graphql