bojanserafimov

Results 18 issues of bojanserafimov

The library is not maintained anymore https://github.com/knsd/daemonize/issues/46 And there are other reasons to do daemonization differently, I'll let @funbringer elaborate (feel free to edit). _Originally posted by @funbringer in https://github.com/neondatabase/neon/pull/1834#issuecomment-1142398481_

a/test
a/tech_debt

"Tests fail because they rely on infra you have no access to. Sorry about that, we'll work around it somehow to merge this PR and solve the issue for the...

Currently importing an empty basebackup tar will make the connection hang forever because we expect more after CopyDone

A large relation will have multiple segment files ("12345", "12345.1", "12345.2", etc). After importing one of those files we flush the datadir modification, but don't call `writer.flush_write`, so we don't...

t/bug
c/storage/pageserver

Distinguish between 4 cases: a) We have a walreceiver and we reached end of stream b) We're actively processing wal c) There's no walreceiver d) Requested LSN is ahead of...

c/storage/pageserver
m/good_first_issue

Value-count statistics reflect the popularity of each possible field (and edge endpoint) value in the database instance. The following commit sketches out the necessary changes to incorporate these statistics into...

enhancement

A few hasty PRs have broken some of the function and field specs in this module. We should fix that to have a higher confidence in correctness, and to allow...

maintainer quality-of-life

The maximum identifier (column, alias, or cte name) length in mssql is 128 characters. We currently exceed that limit on queries that are not too crazy in various ways: 1....

bug

Make a concise print function for the `QueryPlanningAnalysis` class https://github.com/kensho-technologies/graphql-compiler/blob/v2.0.0.dev25/graphql_compiler/cost_estimation/analysis.py#L381 In most cases, the printout of the analysis passes is enough to explain why a particular query plan was chosen.

enhancement
user friendliness
good first issue
maintainer quality-of-life

MSSQL considers the last 6 bytes of the uuid most significant, which is different from what most databases do and what we expect https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/comparing-guid-and-uniqueidentifier-values Since this behavior is different from...