dependabot[bot]
2b70ec348d
Bump org.postgresql:postgresql from 42.6.0 to 42.7.2 in /adapter-jdbc
...
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc ) from 42.6.0 to 42.7.2.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases )
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pgjdbc/pgjdbc/commits )
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-22 19:04:05 -05:00
Jonathan Shook
c2f4bacc78
Merge pull request #1640 from yabinmeng/main
...
Enhancement of JDBC adpater (to support pgvector recall testing)
2023-10-23 17:07:56 -05:00
Jonathan Shook
139ac879c5
cleanup dependencies
2023-10-23 08:41:15 -05:00
yabinmeng
e765cb14ad
- Add "use_hikaricp" option: enable/disable using Hikari connection pooling.
...
- Various code cleanup based on Shooky's comments
- Update the pgvector testing scenario yaml file
2023-10-20 16:05:14 -05:00
yabinmeng
179a51c20b
Major NB JDBC driver updates in order to support pg-vector
...
- Add PreparedStatement support
- Add batch update for DML write statements
- Add client-side connection pooling (needed for thread safety)
- Address issues caused by the fact that JDBC connection and statement are not thread-safe
- Fix the issue of no Vector value returned when running Vector queries
- Add the template yaml file for NB pg vector with relevancy score verificationn
2023-10-15 23:46:48 -05:00
Madhavan Sridharan
3a18a84da0
squash
2023-02-04 13:45:13 -05:00
Jonathan Shook
318e26ca30
improvements to motor state model and activity
...
nb5/pom.xml version
squash
2023-02-03 21:15:31 -05:00
Madhavan Sridharan
2ce57971b6
squash
2023-02-02 19:46:29 -05:00
Madhavan Sridharan
15a826d537
Merge branch 'main' of github.com:nosqlbench/nosqlbench into adapter-jdbc
2023-02-02 18:57:18 -05:00
Madhavan Sridharan
8728d305ee
Initial draft for JDBC adapter
2023-02-02 18:51:59 -05:00