issues Search Results · repo:postgrespro/vops language:C
Filter by
18 results
(85 ms)18 results
inpostgrespro/vops (press backspace or delete to remove)postgres=# create table vops_lineitem(
postgres(# l_shipdate vops_date not null,
postgres(# l_quantity vops_float4 not null,
postgres(# l_extendedprice vops_float4 not null,
postgres(# l_discount vops_float4 ...
josehu-t
- 3
- Opened on Sep 1, 2021
- #22
We were running the example queries from your README, and noticed that heap and vops tables don t necessarily return the
same results. When we ran this query, we noticed that the float4 columns didn t ...
tvesely
- 1
- Opened on Aug 16, 2019
- #18
Hi, I am recently test VOPS and find that the result of sum and avg are not the same as PostgreSQL. The following code
is my test case.
postgres=# CREATE EXTENSION vops;
CREATE EXTENSION
postgres=# CREATE ...
japinli
- 4
- Opened on Apr 2, 2019
- #16
После установки расширения у меня появилась проблема с тем, что перестал работать pgAdmin 4.0, аналогично отваливается
DataGrip при получении объектов из схемы public.
Возникает следующая ошибка:
with ...
Fenoman
- Opened on Jan 15, 2019
- #15
Hello, Another error was found when I execute count(*) , Please check. 1: VOPS_TEST=# create table std_table(pk_column
int2,column_int2 int2, column_int4 int4, column_int8 int8); CREATE TABLE 2: INSERT ...
Mad-Apes
- 9
- Opened on Mar 20, 2018
- #12
Hello, Through recent practice, I found out that query performance has greatly improved, but populate function consumes
a lot of time. The populate function will take more than 200 seconds when normal ...
Mad-Apes
- 1
- Opened on Mar 20, 2018
- #11
Hello, Does vops support native partition in PostgreSQL 10? How shuld I do to use VOPS in partition tables? Can you
provide me a demo?
Mad-Apes
- 1
- Opened on Mar 20, 2018
- #10
Error on load data in VOPS table:row is too big
Hello, When I load data in VOPS table using VOPS populate(...) function and VOPS import(...) function,An error occurred
: VOPS=# select populate(destination:= ...
Mad-Apes
- 10
- Opened on Mar 12, 2018
- #9

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.