Releases: ldbc/ldbc_snb_interactive_v1_impls
Releases · ldbc/ldbc_snb_interactive_v1_impls
2.0.0-RC1
The first release candidate for SNB Interactive v2
What's Changed
- Use connection pooling for Umbra by @szarnyasg in #260
- Change formatting. Change endpoint connection string. Added umbra db-loader in docker-compose by @GLaDAP in #262
- tigergraph: small fix by @yuchenZhangTG in #263
- Add Umbra to CI by @szarnyasg in #266
- Fix connection pooling by @GLaDAP in #268
- Optimize Umbra Q14 by @szarnyasg in #269
- Rename packages from 'com.ldbc.' to 'org.ldbcouncil.' by @szarnyasg in #270
- Fix implementations by @GLaDAP in #279
- Update psycopg to version 3 by @GLaDAP in #280
- Refactor QueryStore and query handling in implementations by @GLaDAP in #282
- Bump Umbra version by @hbirler in #285
- Change jdbcDriver by @GLaDAP in #286
- Change references by @GLaDAP in #284
- Add naive paramgen by @szarnyasg in #290
- Postgres schema and queries by @szarnyasg in #293
- Cypher: Use new schema by @szarnyasg in #291
- Postgres: Add indexes to schema by @szarnyasg in #299
- Batch updates update1 by @GLaDAP in #305
- Track driver changes: Change use of LdbcUpdate* classes to LdbcInsert* by @szarnyasg in #306
- Add deletions by @szarnyasg in #292
- Add implementation for new version of Q14 by @szarnyasg in #304
- Add SQL Server implementation by @szarnyasg in #264
- Postgres: Q13 and Q14 path implementations by @szarnyasg in #311
- Paramgen: Update to use Parquet factor files by @szarnyasg in #316
- Postgres: Allow loading from compressed (.csv.gz) files by @szarnyasg in #318
- Umbra implementation for v2.0 by @szarnyasg in #313
- SQL Server: New Q14 implementation by @szarnyasg in #310
- MS-SQL Maintain Message_hasCreator_Person by @GLaDAP in #319
- Update README by @GLaDAP in #320
- Add MSSQL Azure Storage Loader option by @GLaDAP in #321
- Change inserts mssql by @GLaDAP in #324
- Use exclusive bound for date comparison for IC2. Fixes #294 by @szarnyasg in #323
- Paramgen curated by @GLaDAP in #325
- Fix mssql short 4 by @GLaDAP in #327
- Adjust length for type 'String' to a maximum of 80 by @szarnyasg in #331
- Feature/fix readme sqlserver by @GLaDAP in #333
- Use sqrt+round in IC14 implementations by @szarnyasg in #336
- Track changes in the driver's conversion script by @szarnyasg in #339
- Cypher path query optimizations by @szarnyasg in #338
- Cypher: Bump Neo4j version to 4.4.13 by @szarnyasg in #345
- Cypher Q14: Drop graph after computation by @GLaDAP in #346
- Revert "Cypher: Test whether endpoints exist before running inserts" by @GLaDAP in #347
- update umbra version by @hbirler in #326
- Change handling of singelton operations by @GLaDAP in #350
- Bug/mssql rounding error by @GLaDAP in #359
- Change SQL Server Schema and Isolation level by @GLaDAP in #360
- Extend list of R2 data sets by @szarnyasg in #364
- Add Forum to Delete Person by @GLaDAP in #361
New Contributors
Full Changelog: 0.3.6...2.0.0-RC1
1.0.0
Complete version of the SNB Interactive v1. Key characteristics, which are expected to change for Interactive v2.0 are:
- Uses the Hadoop-based Datagen and the Python-based paramgen.
- Updates consist of inserts.
- Largest scale factor is 1000.
v2 will use the Spark-based Datagen, a DuckDB-based paramgen, support inserts and scale to larger SFs.
0.3.6
0.3.5
Changes:
- Dropped support for SNB BI (see https://github.com/ldbc/ldbc_snb_bi/ instead)
- The build uses the Maven repository hosted at https://ldbcouncil.org/snb-mvn/
- Bumped PostgreSQL and Neo4j versions
- Lots of small optimizations and fixes for the loaders and query implementations
0.3.4
This release still includes both the Interactive and the BI classes.
Subsequent releases will only keep the Interactive classes as the BI client is moved to https://github.com/ldbc/ldbc_snb_bi.