Details

    • Technical task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • rdbmk
    • None

    Description

      Notes from doing some limited testing with cockroachdb:

      • uses PostgreSQL JDBC driver
      • but pretends to be PostgreSQL, thus making runtime detection hard
      • FETCH FIRST syntax is different from PostgreSQL (only supports "LIMIT")
      • table metadata is broken, thus RDBDocumentStore fails to detect table width of DATA column (thinks it is 2GB)
      • setting connections to readonly mode fails
      • PostgreSQL-specific command to get the current time fails

      (I did only run BasicDocumentStoreTest so far)

      If we want to support that, we may want to start filing issues against cockroachdb...

      Attachments

        Activity

          People

            Unassigned Unassigned
            reschke Julian Reschke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: