Navigation

    MemFireDB论坛

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. isware
    I
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 12
    • Best 5
    • Groups 0

    isware

    @isware

    7
    Reputation
    1
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    isware Unfollow Follow

    Best posts made by isware

    • System column with id -3 is not supported yet

      使用DataGrip 或者 IntelliJ Platform 连接memfiredb时,会报该错误,解决方案如下(勾选 Introspect using JDBC metadata):
      52678224-b565-46a4-82eb-bb9c9ff4de29-origin_img_v2_3a080e2e-a01a-41e8-9fc2-4195d9e4327g.png
      37c80c52-7fb8-4789-b1e6-b36ad08663cb-image.png

      posted in MemFireDB新手区
      I
      isware
    • RE: 如何下载windows客户端(dbeaver)

      新手常范错误:
      1、数据库类型选错了,记得要选Postgresql
      7ff1edfd-c899-4e94-817f-cb8afe7f8619-image.png

      2、IP端口配置错误
      有些同学把IP和端口都复制到了主机输入框中,有些同学写对了IP但是端口没有改成5433:
      64a81ec4-dfaa-494f-acd9-20b019d187df-image.png

      posted in MemFireDB新手区
      I
      isware
    • RE: 采用navicat建好空数据库后,导入向导出错是什么原因呀?

      @redfox 数据文件多大?是不是超出了Navicat的内存分配上线?

      posted in MemFireDB用户问答
      I
      isware
    • IDEA连接postgresql数据库不显示表问题

      在数据库配置页面勾选Schemas -> Current database:
      fa830698-9014-4f6c-8b4e-9197218acba6-f68a1b16ef36430fd5f3413d70d5422.png

      posted in MemFireDB新手区
      I
      isware
    • RE: 主键为什么是乱序?

      支持多会话并发cache,每个会话会预分配100个,没用完就跳过了

      posted in MemFireDB用户问答
      I
      isware

    Latest posts made by isware

    • RE: 有没有c#连接的教程?

      C#连接教程详见:https://www.giserdqy.com/database/postgresql/24981/?amp=1

      posted in MemFireDB新手区
      I
      isware
    • RE: 如何下载windows客户端(dbeaver)

      新手常范错误:
      1、数据库类型选错了,记得要选Postgresql
      7ff1edfd-c899-4e94-817f-cb8afe7f8619-image.png

      2、IP端口配置错误
      有些同学把IP和端口都复制到了主机输入框中,有些同学写对了IP但是端口没有改成5433:
      64a81ec4-dfaa-494f-acd9-20b019d187df-image.png

      posted in MemFireDB新手区
      I
      isware
    • RE: 主键为什么是乱序?

      支持多会话并发cache,每个会话会预分配100个,没用完就跳过了

      posted in MemFireDB用户问答
      I
      isware
    • IDEA连接postgresql数据库不显示表问题

      在数据库配置页面勾选Schemas -> Current database:
      fa830698-9014-4f6c-8b4e-9197218acba6-f68a1b16ef36430fd5f3413d70d5422.png

      posted in MemFireDB新手区
      I
      isware
    • System column with id -3 is not supported yet

      使用DataGrip 或者 IntelliJ Platform 连接memfiredb时,会报该错误,解决方案如下(勾选 Introspect using JDBC metadata):
      52678224-b565-46a4-82eb-bb9c9ff4de29-origin_img_v2_3a080e2e-a01a-41e8-9fc2-4195d9e4327g.png
      37c80c52-7fb8-4789-b1e6-b36ad08663cb-image.png

      posted in MemFireDB新手区
      I
      isware
    • RE: 输入命令\d employees提示syntax error at or near "\"报错

      @tw 命令行上可以执行,一般的编辑器上都不支持这个斜杠的命令。

      posted in MemFireDB用户问答
      I
      isware
    • RE: 采用navicat建好空数据库后,导入向导出错是什么原因呀?

      @redfox
      https://www.navicat.com/en/products/navicat-premium-release-note 这是Navicat官方bug修复补丁的列表,可以看到里面修复了类似的问题。
      看看最新版本能不能用

      posted in MemFireDB用户问答
      I
      isware
    • RE: 采用navicat建好空数据库后,导入向导出错是什么原因呀?

      @redfox 数据文件多大?是不是超出了Navicat的内存分配上线?

      posted in MemFireDB用户问答
      I
      isware
    • RE: 建表插入数据后,ID自增都是100是啥情况

      @starry 我使用的连接池,每次插入完了就把session释放了,有什么好的办法可以解决这个问题么?

      posted in MemFireDB用户问答
      I
      isware
    • 建表插入数据后,ID自增都是100是啥情况

      建表语句:

      create table common_trifle (
          "id" serial primary key,
          "name" text,
          "itemcount" bigint,
          "describe" text,
          "updatetime" bigint,
          "createtime" bigint
      );
      

      插入数据后的查询显示如下:
      cda592cf-8884-4538-9a5b-34504c996804-image.png
      使用平台的在线编辑器插入数据,请问是什么原因导致的?

      posted in MemFireDB用户问答
      I
      isware